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 7122bf6 commit 6f5106dCopy full SHA for 6f5106d
packages/parany/parany.13.0.1/opam
@@ -12,8 +12,8 @@ depends: [
12
]
13
build: [
14
["dune" "build" "-p" name "-j" jobs]
15
- ["dune" "build" "-p" name "-j" jobs "src/test.exe"] {with-test}
16
- ["./test.sh"] {with-test}
+ ["dune" "build" "-p" name "-j" jobs "src/test.exe"] {with-test & os-distribution != "alpine"}
+ ["./test.sh"] {with-test & os-distribution != "alpine"}
17
18
synopsis: "Parallelize any computation"
19
description: """
0 commit comments