opam: disable tests on arm32

This commit is contained in:
Simon Cruanes 2021-11-19 17:09:11 -05:00
parent 2eae2170b5
commit 40891d29aa
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -8,7 +8,7 @@ synopsis: "Simple abstraction over `iter` functions, intended to iterate efficie
build: [
["dune" "build" "@install" "-p" name "-j" jobs]
["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
["dune" "runtest" "-p" name "-j" jobs] {with-test}
["dune" "runtest" "-p" name "-j" jobs] {with-test & arch != "arm32" & arch != "x86_32"}
]
depends: [
"base-bytes"