We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3adacbc commit 7139489Copy full SHA for 7139489
packages/nx/nx.1.0.0~alpha2/opam
@@ -31,7 +31,7 @@ build: [
31
jobs
32
"--promote-install-files=false"
33
"@install"
34
- "@runtest" {with-test}
+ "@runtest" {with-test & arch != "arm64" & arch != "ppc64" & arch != "s390x" & arch != "x86_32"}
35
"@doc" {with-doc}
36
]
37
["dune" "install" "-p" name "--create-install-files" name]
packages/rune/rune.1.0.0~alpha2/opam
@@ -38,7 +38,7 @@ build: [
38
39
40
41
+ "@runtest" {with-test & arch != "x86_32" & arch != "riscv64"}
42
43
44
0 commit comments