Skip to content

Commit

Permalink
Fix 32bit build in CI (#2637)
Browse files Browse the repository at this point in the history
The `(modes)` field causes the build to fail on some 32bit platforms.
  • Loading branch information
Julow authored Dec 2, 2024
1 parent 72cbfd7 commit 5bac2e7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bin/ocamlformat/dune
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
(:standard -open Ocamlformat_stdlib))
(instrumentation
(backend bisect_ppx))
(libraries ocamlformat-lib bin_conf)
(modes byte native))
(libraries ocamlformat-lib bin_conf))

(rule
(with-stdout-to
Expand Down

0 comments on commit 5bac2e7

Please sign in to comment.