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
Per #39915, I've been using RUSTFLAGS=-Zlinker-flavor=ld.lld cargo build --target x86_64-unknown-linux-musl to, on my mac, compile for Linux. This broke when I upgraded recently.
@alexcrichton You're spot on, thank you! Apologies for missing that.
I'm now seeing a different error (rust-lld: error: unknown -z value: ,relro,-z,now) but I'll look further into it and create a new issue if appropriate.
Per #39915, I've been using
RUSTFLAGS=-Zlinker-flavor=ld.lld cargo build --target x86_64-unknown-linux-musl
to, on my mac, compile for Linux. This broke when I upgraded recently.The text was updated successfully, but these errors were encountered: