Resolves: #1947920 Fixing MOZ_SMP_FLAGS

This commit is contained in:
jhorak 2021-04-21 14:02:47 +00:00
parent 944b79c851
commit 7a460500f7

View File

@ -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"