rustc: mark compileprocess as timeconsuming

This commit is contained in:
Ingolf Wagner 2019-01-24 18:30:35 +01:00
parent 9d08f32da6
commit c5f0dbb660

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";