Skip to content

Commit b2d21a7

Browse files
committed
enable ppc64
1 parent 4da48f0 commit b2d21a7

File tree

2 files changed

+2
-2
lines changed
  • packages
    • saturn_lockfree/saturn_lockfree.0.4.0
    • saturn/saturn.0.4.0

2 files changed

+2
-2
lines changed

packages/saturn/saturn.0.4.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ depends: [
1919
"yojson" {with-test &>= "2.0.2"}
2020
"dscheck" {with-test & >= "0.1.0"}
2121
]
22-
available: arch != "x86_32" & arch != "arm32" & arch != "ppc64"
22+
available: arch != "x86_32" & arch != "arm32"
2323
build: ["dune" "build" "-p" name "-j" jobs]
2424
url {
2525
src:

packages/saturn_lockfree/saturn_lockfree.0.4.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ depends: [
1818
"yojson" {with-test &>= "2.0.2"}
1919
"dscheck" {with-test & >= "0.1.0"}
2020
]
21-
available: arch != "x86_32" & arch != "arm32" & arch != "ppc64"
21+
available: arch != "x86_32" & arch != "arm32"
2222
build: ["dune" "build" "-p" name "-j" jobs]
2323
url {
2424
src:

0 commit comments

Comments
 (0)