We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afd93d2 commit 9a0740aCopy full SHA for 9a0740a
packages/goblint/goblint.2.4.0/opam
@@ -92,7 +92,7 @@ build: [
92
dev-repo: "git+https://github.com/goblint/analyzer.git"
93
# on `dune build` goblint.opam will be generated from goblint.opam.template and dune-project
94
# also remember to generate/adjust goblint.opam.locked!
95
-available: os-family != "bsd" & os-distribution != "alpine"
+available: os-family != "bsd" & os-distribution != "alpine" & (arch != "arm64" | os = "macos")
96
# pin-depends: [
97
# published goblint-cil 2.0.4 is currently up-to-date, so no pin needed
98
# [ "goblint-cil.2.0.3" "git+https://github.com/goblint/cil.git#ae3a4949d478fad77e004c6fe15a7c83427df59f" ]
0 commit comments