rustc: build with system llvm and jemalloc

Just like fedora does: https://src.fedoraproject.org/rpms/rust/blob/master/f/rust.spec

Also some cleanup of tests which were removed but no longer exist.
This commit is contained in:
Symphorien Gibol
2018-11-08 13:04:37 +01:00
parent c8aff96110
commit 4b0d441cc4
3 changed files with 25 additions and 32 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ in rec {
./patches/disable-test-inherit-env.patch
];
forceBundledLLVM = true;
withBundledLLVM = false;
configureFlags = [ "--release-channel=stable" ];