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
for the respective nix specific rust toolchain providers.
For fenix, builds using a nightly at least as recent as 2024-05-18 builds (at least on x86_64 linux) fail with the error visible in the first linked issue.
I'm unfortunately not knowledgeable enough to know where/how to apply the fix(es) that have been found to fenix, otherwise I'd be glad to help implement this for fenix too.
The text was updated successfully, but these errors were encountered:
It is possible #131 fixes this. (It's been a while since I wrote that, but it solved what I think was the same problem with Rust invoking rust-lld when cross-compiling to wasm.)
Since the
2024-05-18
nightly, rust defaults to its ownrust-lld
linker, which doesn't work by default on NixOs (rust-lang/rust#125321).The problem has been fixed in:
ld.lld
NixOS/nixpkgs#314268for the respective nix specific rust toolchain providers.
For fenix, builds using a nightly at least as recent as
2024-05-18
builds (at least on x86_64 linux) fail with the error visible in the first linked issue.I'm unfortunately not knowledgeable enough to know where/how to apply the fix(es) that have been found to fenix, otherwise I'd be glad to help implement this for fenix too.
The text was updated successfully, but these errors were encountered: