We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9f72ca commit 27bb43cCopy full SHA for 27bb43c
packages/goblint-cil/goblint-cil.2.0.8/opam
@@ -52,7 +52,7 @@ build: [
52
"-j"
53
jobs
54
"@install"
55
- "@runtest" {with-test}
+ "@runtest" {with-test & (arch = "x86_64" | os != "linux")} # fails on arm64 debian-13
56
"@doc" {with-doc}
57
]
58
0 commit comments