Skip to content

Commit be5b458

Browse files
authored
Merge pull request ocaml#21895 from kit-ty-kate/fix-124
blake3 is not available on s390x
2 parents 080bf74 + ea59a1e commit be5b458

File tree

2 files changed

+2
-0
lines changed
  • packages/blake3

2 files changed

+2
-0
lines changed

packages/blake3/blake3.0.1/opam

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ depends: [
1111
"dune" {>= "2.7"}
1212
"conf-rust" {build}
1313
]
14+
available: arch != "s390x"
1415

1516
build: [
1617
["dune" "build" "-p" name "-j" jobs]

packages/blake3/blake3.0.2/opam

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ depends: [
1212
"conf-rust" {build}
1313
"hacl-star" {with-test}
1414
]
15+
available: arch != "s390x"
1516

1617
build: [
1718
["dune" "build" "-p" name "-j" jobs]

0 commit comments

Comments
 (0)