Merge pull request #54548 from mrVanDalo/fix/aarch64-rustc-timeout

rustc: mark compileprocess as timeconsuming
This commit is contained in:
Jörg Thalheim 2019-01-24 17:53:37 +00:00 committed by GitHub
commit 2716db1f72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -166,6 +166,8 @@ stdenv.mkDerivation {
# https://github.com/rust-lang/rust/issues/30181
# enableParallelBuilding = false;
requiredSystemFeatures = [ "big-parallel" ];
meta = with stdenv.lib; {
homepage = https://www.rust-lang.org/;
description = "A safe, concurrent, practical language";