mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 16:11:22 +00:00
palemoon: Further drop parallelism
It's still not stable on OfBorg.
(cherry picked from commit 2001f8d1ac)
This commit is contained in:
committed by
github-actions[bot]
parent
b42eedba4a
commit
ab45de0499
@@ -115,7 +115,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
# Too many cores can lead to build flakiness
|
||||
# https://forum.palemoon.org/viewtopic.php?f=5&t=28480
|
||||
export jobs=$(($NIX_BUILD_CORES<=20 ? $NIX_BUILD_CORES : 20))
|
||||
export jobs=$(($NIX_BUILD_CORES<=16 ? $NIX_BUILD_CORES : 16))
|
||||
if [ -z "$enableParallelBuilding" ]; then
|
||||
jobs=1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user