Commit Graph

6 Commits

Author SHA1 Message Date
Alyssa Ross
bf13eca852
rustc: disable wasm32 if some gcc options are set
This is a temporary fix to get rustc building again with these
configurations (which notably include the default aarch64-darwin one)
without causing a stdenv rebuild.  The real fix will be to avoid
passing these options through the Clang wrapper when the target is
overridden.

It could be that there are packages that need wasm32-unknown-unknown
beyond those I've marked as broken here — it's impossible to be sure
without a full rebuild.  But this should be most of them.
2024-06-09 07:20:18 +01:00
Alyssa Ross
07f40e6892 rustc: don't try to use non-existent rust-lld
This removes the need to manually override Rust's default linker for
every package that builds for wasm32-unknown-unknown.
2024-05-29 23:08:09 +02:00
Someone Serge
d6733d933d rerun: nixfmt 2024-04-13 09:47:35 +00:00
Someone Serge
7c74092ad1 rerun: fix the broken test 2024-04-13 09:47:35 +00:00
Someone Serge
ddb73feeda
rerun: fix wayland support, reduce runtime closure 2024-02-22 14:56:36 +00:00
Someone Serge
135fd532b7
rerun: init at 0.13.0 2024-02-17 20:31:48 +00:00