mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 21:50:55 +00:00
llvm_7: 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
fc6a4600f8
commit
8c880d9434
|
@ -168,6 +168,7 @@ in 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 a new issue