You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): do not use zig as linker, only as C/C++ compiler
Zig's linker provides its own musl CRT startup objects (_start, _start_c)
which conflict with Rust's self-contained musl CRT objects. Only use zig
for compiling C/C++ source (z3, ring); the system gcc works correctly as
the linker since Rust supplies its own musl sysroot.
0 commit comments