Skip to content

Commit

Permalink
llvm_9: 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 4b3c3e1 commit 7c27e87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/compilers/llvm/9/llvm.nix
Expand Up @@ -160,6 +160,7 @@ in stdenv.mkDerivation (rec {

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 7c27e87

Please sign in to comment.