llvm_10: 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:
Benno Fünfstück 2020-04-28 10:51:04 +02:00 committed by Frederik Rietdijk
parent 7c27e8749d
commit ed2ac0dcfa

View File

@ -159,6 +159,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/";