Skip to content

Commit cc7cbce

Browse files
author
Ioana Cristescu
authored
irmin-git.3.2.0: disable tests on 32-bit platforms
1 parent 978979b commit cc7cbce

File tree

1 file changed

+2
-1
lines changed
  • packages/irmin-git/irmin-git.3.2.0

1 file changed

+2
-1
lines changed

packages/irmin-git/irmin-git.3.2.0/opam

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ doc: "https://mirage.github.io/irmin/"
1010
build: [
1111
["dune" "subst"] {dev}
1212
["dune" "build" "-p" name "-j" jobs]
13-
["dune" "runtest" "-p" name "-j" jobs] {with-test}
13+
# Tests disabled on 32-bit platforms as the Dune build fails in CI:
14+
["dune" "runtest" "-p" name "-j" jobs] {with-test & arch != "arm32" & arch != "x86_32"}
1415
]
1516

1617
depends: [

0 commit comments

Comments
 (0)