mirror of
https://github.com/c-cube/iter.git
synced 2025-12-05 19:00:31 -05:00
opam: disable tests on arm32
This commit is contained in:
parent
2eae2170b5
commit
40891d29aa
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue