Skip to content

Commit a184c0c

Browse files
committed
Disable alcotest tests on 32-bit systems
1 parent ed16529 commit a184c0c

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

packages/alcotest/alcotest.1.7.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ build: [
4242
"-j"
4343
jobs
4444
"@install"
45-
"@runtest" {with-test}
45+
"@runtest" {with-test & arch != "arm32" & arch != "x86_32"}
4646
"@doc" {with-doc}
4747
]
4848
]

0 commit comments

Comments
 (0)