Just a quick PSA to anyone trying this that it'll fail if opam sandboxing is enabled (the default on macOS/Linux) in the OCaml cross compiler build phase (as it tries to write into a read-only area directly in the switch). I'm just investigating how to fix this, but thought I'd record this quickly for anyone else encountering a build failure.
It's kind of magically good once I turned sandboxing off :-)
Just a quick PSA to anyone trying this that it'll fail if opam sandboxing is enabled (the default on macOS/Linux) in the OCaml cross compiler build phase (as it tries to write into a read-only area directly in the switch). I'm just investigating how to fix this, but thought I'd record this quickly for anyone else encountering a build failure.
It's kind of magically good once I turned sandboxing off :-)