Skip to content

Commit 3599af7

Browse files
authored
Apply suggestions from code review
1 parent b96b93e commit 3599af7

File tree

1 file changed

+3
-2
lines changed
  • packages/libirmin/libirmin.3.6.0

1 file changed

+3
-2
lines changed

packages/libirmin/libirmin.3.6.0/opam

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,13 @@ depends: [
1616
build: [
1717
["dune" "subst"] {dev}
1818
["dune" "build" "-p" name "-j" jobs]
19-
["dune" "runtest" "-p" name "-j" jobs] {with-test & os != "macos"}
19+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
2020
]
2121
dev-repo: "git+https://github.com/mirage/irmin.git"
2222

2323
# Disabled on arm64 linux and s390x because of a SEGFAULT in tests
24-
available: [ (arch != "arm64" | os = "macos") & arch != "s390x" ]
24+
# Disabled on macOS because of https://github.com/mirage/ca-certs/issues/20
25+
available: [ arch != "arm64" arch != "s390x" & os != "macos" ]
2526
url {
2627
src:
2728
"https://github.com/mirage/irmin/releases/download/3.6.0/irmin-3.6.0.tbz"

0 commit comments

Comments
 (0)