Skip to content

Commit 9a0740a

Browse files
committed
goblint.2.4.0: make unavailable on arm64, except macos
1 parent afd93d2 commit 9a0740a

File tree

1 file changed

+1
-1
lines changed
  • packages/goblint/goblint.2.4.0

1 file changed

+1
-1
lines changed

packages/goblint/goblint.2.4.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ build: [
9292
dev-repo: "git+https://github.com/goblint/analyzer.git"
9393
# on `dune build` goblint.opam will be generated from goblint.opam.template and dune-project
9494
# also remember to generate/adjust goblint.opam.locked!
95-
available: os-family != "bsd" & os-distribution != "alpine"
95+
available: os-family != "bsd" & os-distribution != "alpine" & (arch != "arm64" | os = "macos")
9696
# pin-depends: [
9797
# published goblint-cil 2.0.4 is currently up-to-date, so no pin needed
9898
# [ "goblint-cil.2.0.3" "git+https://github.com/goblint/cil.git#ae3a4949d478fad77e004c6fe15a7c83427df59f" ]

0 commit comments

Comments
 (0)