New issue
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
unable to run compiler as it crashes #14393
Comments
|
Please file an issue with the maintainer of the arch linux package. |
|
Arch's zig 0.10.1 was built without specifying |
Looks like that was changed recently: d27007c#diff-1e7de1ae2d059d21e1dd75d5812d5a34b0222cef273b7c3a2af62eb747f9d20aR121 |
I noticed this change too and was about to send that diff. thanks for sharing that you noticed it too. I was planning to add zig in openSUSE before 0.11.x lands |
|
I can confirm that fixed it. 😀 |
|
thanks everyone, i can confirm it is working as well |
Zig Version
0.10.1
Steps to Reproduce and Observed Behavior
on arch linux install with package manager and try to create and executable and compile it
Expected Behavior
the simple 'hello world' application would compile and run
The text was updated successfully, but these errors were encountered: