Skip to content

Commit

Permalink
[Backport release-24.11] rustc: mark broken for LLVM stdenv (#375284)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 authored Jan 20, 2025
2 parents bd72fb7 + 84c078d commit e67b973
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/development/compilers/rust/rustc.nix
Original file line number Diff line number Diff line change
Expand Up @@ -415,5 +415,10 @@ stdenv.mkDerivation (finalAttrs: {
# If rustc can't target a platform, we also can't build rustc for
# that platform.
badPlatforms = rustc.badTargetPlatforms;
# Builds, but can't actually compile anything
# https://github.com/NixOS/nixpkgs/issues/311930
# https://github.com/rust-lang/rust/issues/55120
# https://github.com/rust-lang/rust/issues/82521
broken = stdenv.hostPlatform.useLLVM;
};
})

0 comments on commit e67b973

Please sign in to comment.