From 5bac2e7f71d9b0a06bd1908dda9b13da1649eee1 Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Mon, 2 Dec 2024 16:32:01 +0100 Subject: [PATCH] Fix 32bit build in CI (#2637) The `(modes)` field causes the build to fail on some 32bit platforms. --- bin/ocamlformat/dune | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/ocamlformat/dune b/bin/ocamlformat/dune index 0428897125..86de53edca 100644 --- a/bin/ocamlformat/dune +++ b/bin/ocamlformat/dune @@ -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