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
0.14.0-dev.1576+5d7fa5513
It was working fine on 0.13.0. On master, zig build -j1 hangs at Code Generation on Windows and Linux, works well on macOS.
zig build -j1
Code Generation
Repro:
zig init an empty project.
zig init
zig build -j1 --global-cache-dir "./.zig-global" hangs You may need to clear caches to reproduce the issue.
zig build -j1 --global-cache-dir "./.zig-global"
[2] Compile Build Script ├─ Semantic Analysis ├─ compiler_rt │ └─ AST Lowering ├─ zig_libc │ └─ AST Lowering └─ Code Generation
zig build -j1 finishes successfully.
The text was updated successfully, but these errors were encountered:
Can confirm this error on Linux even if you pass an absolute path.
Sorry, something went wrong.
No branches or pull requests
Zig Version
0.14.0-dev.1576+5d7fa5513
Steps to Reproduce and Observed Behavior
It was working fine on 0.13.0.
On master,
zig build -j1
hangs atCode Generation
on Windows and Linux, works well on macOS.Repro:
zig init
an empty project.zig build -j1 --global-cache-dir "./.zig-global"
hangsYou may need to clear caches to reproduce the issue.
Expected Behavior
zig build -j1
finishes successfully.The text was updated successfully, but these errors were encountered: