Skip to content

Commit ea59a1e

Browse files
committed
blake3 is not available on s390x
1 parent 080bf74 commit ea59a1e

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)