We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91b3627 commit f8a1399Copy full SHA for f8a1399
1 file changed
goblint-cil.opam
@@ -61,10 +61,10 @@ build: [
61
dev-repo: "git+https://github.com/goblint/cil.git"
62
depexts: [
63
["perl-ExtUtils-MakeMaker"] {os-distribution = "centos" | os-family = "fedora" | os-distribution = "ol"}
64
- ["perl-FindBin"] {os-family = "fedora"}
+ ["perl-FindBin"] {os-distribution = "centos" | os-family = "fedora"}
65
["build-base"] {os-distribution = "alpine"}
66
]
67
available: arch = "x86_64" | arch = "arm64"
68
x-ci-accept-failures: [
69
- "freebsd" # installed cilly binary is not found for some reason (https://github.com/ocaml/opam-repository/pull/24812#issuecomment-1819231335)
+ "freebsd-14.2" # installed cilly binary is not found for some reason (https://github.com/ocaml/opam-repository/pull/24812#issuecomment-1819231335)
70
0 commit comments