Skip to content

Commit 27bb43c

Browse files
sim642jmid
andcommitted
goblint-cil.2.0.8: exclude arm64 debian-13 from with-test
Co-authored-by: Jan Midtgaard <[email protected]>
1 parent f9f72ca commit 27bb43c

File tree

1 file changed

+1
-1
lines changed
  • packages/goblint-cil/goblint-cil.2.0.8

1 file changed

+1
-1
lines changed

packages/goblint-cil/goblint-cil.2.0.8/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ build: [
5252
"-j"
5353
jobs
5454
"@install"
55-
"@runtest" {with-test}
55+
"@runtest" {with-test & (arch = "x86_64" | os != "linux")} # fails on arm64 debian-13
5656
"@doc" {with-doc}
5757
]
5858
]

0 commit comments

Comments
 (0)