From fd994e0e99f8109e118f904992be11933b037c42 Mon Sep 17 00:00:00 2001 From: Tom spot Callaway Date: Mon, 11 Oct 2021 11:32:30 -0400 Subject: [PATCH] turn off use_all_cpus to see if that fixes the aarch64 timeouts --- chromium.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chromium.spec b/chromium.spec index 19ec6f97..e7a7e8da 100644 --- a/chromium.spec +++ b/chromium.spec @@ -6,8 +6,8 @@ %endif # 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). -%global use_all_cpus 1 +# Enabling this in koji causes aarch64 builds to timeout indefinitely. +%global use_all_cpus 0 %if %{use_all_cpus} %global numjobs %{_smp_build_ncpus}