|
|
|
|
|
by timenova
902 days ago
|
|
YMMV, but from my own experiments, on an M1 Macbook Air, it did not work well for me. I was trying to compile an Elixir codebase on x86-64 Alpine Linux. Elixir does not have cross-compiling. I tried it in a Docker container, and in a Linux VM using OrbStack. Both approaches fail, as it just segfaults, even on the first `mix compile` of a blank project. This problem does not exist in ARM containers or VMs, as the same project compiles perfectly in an ARM Alpine Linux container/VM. It's definitely not plug-and-play for all scenarios. If anyone knows workarounds, let me know. |
|
[1] https://gitlab.com/qemu-project/qemu/-/issues/1034