Skip to content

Commit 5bac2e7

Browse files
authored
Fix 32bit build in CI (#2637)
The `(modes)` field causes the build to fail on some 32bit platforms.
1 parent 72cbfd7 commit 5bac2e7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bin/ocamlformat/dune

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
(:standard -open Ocamlformat_stdlib))
1919
(instrumentation
2020
(backend bisect_ppx))
21-
(libraries ocamlformat-lib bin_conf)
22-
(modes byte native))
21+
(libraries ocamlformat-lib bin_conf))
2322

2423
(rule
2524
(with-stdout-to

0 commit comments

Comments
 (0)