llvm_8: 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-26 17:19:12 +02:00 committed by Frederik Rietdijk
parent 8c880d9434
commit 4b3c3e10a6

View file

@ -143,6 +143,7 @@ in stdenv.mkDerivation ({
enableParallelBuilding = true;
requiredSystemFeatures = [ "big-parallel" ];
meta = {
description = "Collection of modular and reusable compiler and toolchain technologies";
homepage = "https://llvm.org/";