Resolves: #1947920 Fixing MOZ_SMP_FLAGS
This commit is contained in:
parent
944b79c851
commit
7a460500f7
@ -981,7 +981,6 @@ fi
|
||||
CPU_AVAILABLE=$(/usr/bin/getconf _NPROCESSORS_ONLN)
|
||||
# Pick the minimum from available CPUs or memory constrained number of jobs
|
||||
MOZ_SMP_FLAGS=-j$([ "$CPU_AVAILABLE" -le "$MEM_CONSTRAINED_JOBS" ] && echo "$CPU_AVAILABLE" || echo "$MEM_CONSTRAINED_JOBS")
|
||||
MOZ_SMP_FLAGS=-j16
|
||||
|
||||
%if 0%{?bundle_nss}
|
||||
echo "Setting nss flags"
|
||||
|
Loading…
Reference in New Issue
Block a user