llvm_6: mark as big-parallel
LLVM builds frequently time out on hydra at least on AArch64. Marking big-parallel gives them more resources to finish quicker.
This commit is contained in:
parent
4ea28e76c2
commit
fc6a4600f8
@ -147,6 +147,7 @@ stdenv.mkDerivation ({
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
requiredSystemFeatures = [ "big-parallel" ];
|
||||
meta = {
|
||||
description = "Collection of modular and reusable compiler and toolchain technologies";
|
||||
homepage = "https://llvm.org/";
|
||||
|
Loading…
Reference in New Issue
Block a user