Skip to content

Commit

Permalink
Disable failing architectures (issue #110)
Browse files Browse the repository at this point in the history
  • Loading branch information
sim642 committed Aug 12, 2022
1 parent 24ddefa commit 85ca8cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion goblint-cil.opam
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ depexts: [
["perl-FindBin"] {os-distribution = "fedora"}
["build-base"] {os-distribution = "alpine"}
]
available: arch != "ppc32" & arch != "ppc64"
available: arch != "x86_32" & arch != "arm32" & arch != "ppc32" & arch != "ppc64" & arch != "s390x"
2 changes: 1 addition & 1 deletion goblint-cil.opam.template
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ depexts: [
["perl-FindBin"] {os-distribution = "fedora"}
["build-base"] {os-distribution = "alpine"}
]
available: arch != "ppc32" & arch != "ppc64"
available: arch != "x86_32" & arch != "arm32" & arch != "ppc32" & arch != "ppc64" & arch != "s390x"

0 comments on commit 85ca8cf

Please sign in to comment.