Some users on MacOS devices running on Apple silicon might have some issues with building the Docker image themselves.
At some point during the build, rustc gets killed (signal: 9, SIGKILL: kill).
I don't own any Apple devices that I can use to debug this issue, and builds seem to work fine outside of docker.
As such, I have decided to setup CI to automatically build artifacts for both ARM and x86_64 architectures for MacOS.
You can find the latest MacOS builds here.
Some users on MacOS devices running on Apple silicon might have some issues with building the Docker image themselves.
At some point during the build, rustc gets killed
(signal: 9, SIGKILL: kill).I don't own any Apple devices that I can use to debug this issue, and builds seem to work fine outside of docker.
As such, I have decided to setup CI to automatically build artifacts for both ARM and x86_64 architectures for MacOS.
You can find the latest MacOS builds here.