We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compiler produces some progress then says “Killed”
https://github.com/markfirmware/zig-bare-metal-raspberry-pi
zig build
alpine aarch64 rpi3b+
The text was updated successfully, but these errors were encountered:
This typically means that the compiler used too much memory and the OOM Killer reaped the process.
I believe this is a duplicate issue to #471.
Sorry, something went wrong.
FYI I first saw this on 1GB x64 in the last few days. I have found that using zig build-exe instead of build.zig does work in both cases.
No branches or pull requests
Compiler produces some progress then says “Killed”
https://github.com/markfirmware/zig-bare-metal-raspberry-pi
zig build
alpine aarch64 rpi3b+
The text was updated successfully, but these errors were encountered: