turn off use_all_cpus to see if that fixes the aarch64 timeouts

epel8
Tom spot Callaway 3 years ago
parent 1568f25500
commit fd994e0e99

@ -6,8 +6,8 @@
%endif %endif
# This flag is so I can build things very fast on a giant system. # This flag is so I can build things very fast on a giant system.
# Koji now likes this (as long as I don't build for every target at once). # Enabling this in koji causes aarch64 builds to timeout indefinitely.
%global use_all_cpus 1 %global use_all_cpus 0
%if %{use_all_cpus} %if %{use_all_cpus}
%global numjobs %{_smp_build_ncpus} %global numjobs %{_smp_build_ncpus}

Loading…
Cancel
Save