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
That's a cargo-in-cargo bug indeed. RUSTFLAGS has a very high priority, so it ends up winning out over the linker specified in the integration-ebpf crate. Can you use linker = "mold" instead?
I encountered this while trying to run aya-rs/aya#916 locally.
This is because I use the
mold
linker locally in my cargo.toml:Confusingly, I only have this set for when the target is x86_64. Is this another bug?
The text was updated successfully, but these errors were encountered: