Unverified Commit 397e5bb5 authored by Seth Flynn's avatar Seth Flynn
Browse files

rustc: mark broken for LLVM stdenv

parent 746b90b0
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -421,5 +421,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;
  };
})