this repo has no description

goblint: add bsd unavailability and macos-homebrew x-ci-accept-failures

Changed files
+8 -2
packages
goblint
goblint.2.2.1
goblint.2.3.0
+4 -1
packages/goblint/goblint.2.2.1/opam
···
dev-repo: "git+https://github.com/goblint/analyzer.git"
# on `dune build` goblint.opam will be generated from goblint.opam.template and dune-project
# also remember to generate/adjust goblint.opam.locked!
-
available: os-distribution != "alpine" & arch != "arm64"
+
available: os-family != "bsd" & os-distribution != "alpine" & arch != "arm64"
# pin-depends: [
# published goblint-cil 2.0.2 is currently up-to-date, so no pin needed
# [ "goblint-cil.2.0.2" "git+https://github.com/goblint/cil.git#98598d94f796a63751e5a9d39c6b3a9fe1f32330" ]
···
]
}
x-commit-hash: "166a9b619b87456059de8f1839fb810621302efb"
+
x-ci-accept-failures: [
+
"macos-homebrew" # newer MacOS headers cannot be parsed (https://github.com/ocaml/opam-repository/pull/26307#issuecomment-2258080206)
+
]
+4 -1
packages/goblint/goblint.2.3.0/opam
···
dev-repo: "git+https://github.com/goblint/analyzer.git"
# on `dune build` goblint.opam will be generated from goblint.opam.template and dune-project
# also remember to generate/adjust goblint.opam.locked!
-
available: os-distribution != "alpine" & arch != "arm64"
+
available: os-family != "bsd" & os-distribution != "alpine" & arch != "arm64"
# pin-depends: [
# published goblint-cil 2.0.3 is currently up-to-date, so no pin needed
# [ "goblint-cil.2.0.3" "git+https://github.com/goblint/cil.git#d2760bacfbfdb25a374254de44f2ff1cb5f42abd" ]
···
]
}
x-commit-hash: "dbd6479a53dbf76f351f853bbc9092d659a8a631"
+
x-ci-accept-failures: [
+
"macos-homebrew" # newer MacOS headers cannot be parsed (https://github.com/ocaml/opam-repository/pull/26307#issuecomment-2258080206)
+
]