zig
zig copied to clipboard
default `zig init` template fails to build with x86 backend on windows
Zig Version
0.13.0, v0.14.0-dev.224+95d9292a7
Steps to Reproduce and Observed Behavior
I know x86 backend is still in the works but even the default zig init template fails to build on windows with .use_llvm=false. This is both on current master branch and 0.13.0.
The build fails with
❯ zig build run
run
└─ run zig-bug
└─ install
└─ install zig-bug
└─ zig build-lib zig-bug Debug native failure
error: error: TODOImplementWritingLibFiles
Expected Behavior
I expect the default zig init template to atleast build considering x86 backend is supposedly passing 90%+ of tests.
effectively a duplicate of #17751, but sure let's keep it open until it works.