Skip to content

Commit

Permalink
rust: build with bundled llvm
Browse files Browse the repository at this point in the history
the rust project has forked the llvm compiler to solve some
issues.
With pkgs.llvm the test suite fails.

See rust-lang/rust#43026

And PR NixOS#30088
  • Loading branch information
mguentner committed Oct 6, 2017
1 parent 7e70b08 commit 497e146
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/compilers/rust/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ rec {
rustc = callPackage ./rustc.nix {
inherit llvm targets targetPatches targetToolchains rustPlatform version;

forceBundledLLVM = true;

configureFlags = [ "--release-channel=stable" ];

src = fetchurl {
Expand Down

0 comments on commit 497e146

Please sign in to comment.