Skip to content

Commit 57957cb

Browse files
committed
alcotest: disable tests for ppc64 and s390x
1 parent a184c0c commit 57957cb

File tree

1 file changed

+2
-1
lines changed
  • packages/alcotest/alcotest.1.7.0

1 file changed

+2
-1
lines changed

packages/alcotest/alcotest.1.7.0/opam

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ build: [
4242
"-j"
4343
jobs
4444
"@install"
45-
"@runtest" {with-test & arch != "arm32" & arch != "x86_32"}
45+
"@runtest" {with-test & arch != "arm32" & arch != "x86_32"
46+
& arch != "s390x" & arch != "ppc64"}
4647
"@doc" {with-doc}
4748
]
4849
]

0 commit comments

Comments
 (0)