Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
rustc: mark compileprocess as timeconsuming
Browse files Browse the repository at this point in the history
  • Loading branch information
mrVanDalo committed Jan 24, 2019
1 parent 9d08f32 commit c5f0dbb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/compilers/rust/rustc.nix
Expand Up @@ -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";
Expand Down

0 comments on commit c5f0dbb

Please sign in to comment.