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 b96b93e commit 3599af7Copy full SHA for 3599af7
packages/libirmin/libirmin.3.6.0/opam
@@ -16,12 +16,13 @@ depends: [
16
build: [
17
["dune" "subst"] {dev}
18
["dune" "build" "-p" name "-j" jobs]
19
- ["dune" "runtest" "-p" name "-j" jobs] {with-test & os != "macos"}
+ ["dune" "runtest" "-p" name "-j" jobs] {with-test}
20
]
21
dev-repo: "git+https://github.com/mirage/irmin.git"
22
23
# Disabled on arm64 linux and s390x because of a SEGFAULT in tests
24
-available: [ (arch != "arm64" | os = "macos") & arch != "s390x" ]
+# Disabled on macOS because of https://github.com/mirage/ca-certs/issues/20
25
+available: [ arch != "arm64" arch != "s390x" & os != "macos" ]
26
url {
27
src:
28
"https://github.com/mirage/irmin/releases/download/3.6.0/irmin-3.6.0.tbz"
0 commit comments