dune icon indicating copy to clipboard operation
dune copied to clipboard

pkg: set arch variable when solving portable lockdir

Open gridbugs opened this issue 8 months ago • 0 comments

Without the arch variable set to a known architecture the ocaml-compiler package only installs the bytecode compiler. This change sets arch to x86_64 and arm64 in the default solver environments.

Fixes https://github.com/ocaml/dune/issues/11926

gridbugs avatar Jun 18 '25 00:06 gridbugs