Skip to content

Commit 6de9ee1

Browse files
opsian does not build on riscv64
1 parent 3a885e1 commit 6de9ee1

File tree

1 file changed

+1
-1
lines changed
  • packages/opsian/opsian.0.1

1 file changed

+1
-1
lines changed

packages/opsian/opsian.0.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ conflicts: [
1919
"runtime_events_tools" {>= "0.5"}
2020
]
2121
available:
22-
arch != "arm32" & arch != "arm64" & arch != "x86_32" & arch != "s390x" & arch != "ppc64" &
22+
arch != "arm32" & arch != "arm64" & arch != "x86_32" & arch != "s390x" & arch != "ppc64" & arch != "riscv64" &
2323
os-family != "arch" & os-family != "alpine" & os != "macos"
2424
build: ["dune" "build" "--release" "-j" jobs]
2525
dev-repo: "git+https://github.com/Opsian/opsian-ocaml.git"

0 commit comments

Comments
 (0)