llvm_9: 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
4b3c3e10a6
commit
7c27e8749d
@ -160,6 +160,7 @@ in stdenv.mkDerivation (rec {
|
|||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
requiredSystemFeatures = [ "big-parallel" ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Collection of modular and reusable compiler and toolchain technologies";
|
description = "Collection of modular and reusable compiler and toolchain technologies";
|
||||||
homepage = "https://llvm.org/";
|
homepage = "https://llvm.org/";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user