Skip to content

Commit

Permalink
llvm_7: mark as big-parallel
Browse files Browse the repository at this point in the history
LLVM builds frequently time out on hydra at least on AArch64. Marking
big-parallel gives them more resources to finish quicker.
  • Loading branch information
bennofs authored and FRidh committed May 1, 2020
1 parent fc6a460 commit 8c880d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/compilers/llvm/7/llvm.nix
Expand Up @@ -168,6 +168,7 @@ in stdenv.mkDerivation ({

enableParallelBuilding = true;

requiredSystemFeatures = [ "big-parallel" ];
meta = {
description = "Collection of modular and reusable compiler and toolchain technologies";
homepage = "https://llvm.org/";
Expand Down

0 comments on commit 8c880d9

Please sign in to comment.