Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions packages/solo5/solo5.0.10.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ available: [
(arch = "x86_64" | arch = "arm64" | arch = "ppc64") &
(os = "linux" | os = "freebsd" | os = "openbsd")
]
x-ci-accept-failures: [ "centos-7" ]
synopsis: "Solo5 sandboxed execution environment"
description: """
Solo5 is a sandboxed execution environment primarily intended
Expand All @@ -48,7 +47,7 @@ This package provides the Solo5 components needed to build and
run MirageOS unikernels on the host system.
"""
x-maintenance-intent: [ "(latest)" ]
x-ci-accept-failures: [ "opensuse-15.6" ] # too old GCC compiler (OpenSUSE uses GCC 7 and we require GCC 10)
x-ci-accept-failures: [ "centos-7" "opensuse-15.6" ] # too old GCC compiler (OpenSUSE uses GCC 7 and we require GCC 10)
url {
src: "https://github.com/Solo5/solo5/releases/download/v0.10.0/solo5-v0.10.0.tar.gz"
checksum: "sha512=fadc0f0920b3c77f828f5396db267755a9b45fb19b44970f2363224a91a11ba8593fe27caf3c14c321a52f993a6d21ec200f0eb950dd7bb0f5bbe5f7102aba5f"
Expand Down
3 changes: 1 addition & 2 deletions packages/solo5/solo5.0.9.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ available: [
(os = "linux" | os = "freebsd" | os = "openbsd") &
os-family != "opensuse"
]
x-ci-accept-failures: [ "centos-7" ]
synopsis: "Solo5 sandboxed execution environment"
description: """
Solo5 is a sandboxed execution environment primarily intended
Expand All @@ -53,4 +52,4 @@ url {
src: "https://github.com/Solo5/solo5/releases/download/v0.9.2/solo5-v0.9.2.tar.gz"
checksum: "sha512=a883461432f69fa2a74ca5b03df0f6a6149c1ce2abf8ae97af04d23734c4870ebefe43fe8e69b0ba6c88507b244d082cd6bc14ec4a4c8ef1a54d1fa9f05e8098"
}
x-ci-accept-failures: [ "opensuse-15.6" ] # too old GCC compiler (OpenSUSE uses GCC 7 and we require GCC 10)
x-ci-accept-failures: [ "centos-7" "opensuse-15.6" ] # too old GCC compiler (OpenSUSE uses GCC 7 and we require GCC 10)
3 changes: 1 addition & 2 deletions packages/solo5/solo5.0.9.3/opam
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ available: [
(arch = "x86_64" | arch = "arm64" | arch = "ppc64") &
(os = "linux" | os = "freebsd" | os = "openbsd")
]
x-ci-accept-failures: [ "centos-7" ]
synopsis: "Solo5 sandboxed execution environment"
description: """
Solo5 is a sandboxed execution environment primarily intended
Expand All @@ -48,7 +47,7 @@ This package provides the Solo5 components needed to build and
run MirageOS unikernels on the host system.
"""
x-maintenance-intent: [ "(latest)" ]
x-ci-accept-failures: [ "opensuse-15.6" ] # too old GCC compiler (OpenSUSE uses GCC 7 and we require GCC 10)
x-ci-accept-failures: [ "centos-7" "opensuse-15.6" ] # too old GCC compiler (OpenSUSE uses GCC 7 and we require GCC 10)
url {
src: "https://github.com/Solo5/solo5/releases/download/v0.9.3/solo5-v0.9.3.tar.gz"
checksum: "sha512=e8eed5c0be0d5ee5f528ac91874363f4fded71618ed19bdbd354d303ed7fdc73394fd2531ccb780c579fa789e13181205d062e34c6e82916b072936ebaadf9dd"
Expand Down