rust-cross / cargo-zigbuild

Compile Cargo project with zig as linker
MIT License
1.43k stars 51 forks source link

CI: test with zig 0.11.0 #156

Closed messense closed 1 year ago

messense commented 1 year ago

https://ziglang.org/download/0.11.0/release-notes.html

messense commented 1 year ago

Blocked by https://github.com/ziglang/zig/issues/15610

NobodyXu commented 1 year ago

zig v0.11.0 causes several regression in cargo-binstall

https://github.com/cargo-bins/cargo-binstall/actions/runs/5769589047/job/15641774489?pr=1248#step:8:670

https://github.com/cargo-bins/cargo-binstall/actions/runs/5769724764/job/15642061409?pr=1249#step:8:672

TL; DR: Unsupported --icf and --undefined option.