Skip to content

Commit

Permalink
flambda-backend: Disable otherlibs/beta/ on arm64 for now (#2582)
Browse files Browse the repository at this point in the history
  • Loading branch information
mshinwell authored May 15, 2024
1 parent feb3ce3 commit 3626027
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions otherlibs/beta/dune
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
(name beta)
(wrapped false)
(modes byte native)
(enabled_if
(= %{architecture} "amd64"))
(flags
(-strict-sequence
-principal
Expand All @@ -35,6 +37,8 @@
(:standard -linkall)))

(install
(enabled_if
(= %{architecture} "amd64"))
(files
(beta.cmxa as beta/beta.cmxa)
(beta.a as beta/beta.a)
Expand Down

0 comments on commit 3626027

Please sign in to comment.