From ed9abbb8e7b3b0656fa27c411ac0e1bdddfe9e5a Mon Sep 17 00:00:00 2001 From: Tom spot Callaway Date: Thu, 3 Jun 2021 10:44:20 -0400 Subject: [PATCH] disable use all cpus --- chromium.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chromium.spec b/chromium.spec index 4370a44..e4b9fc7 100644 --- a/chromium.spec +++ b/chromium.spec @@ -7,7 +7,7 @@ # This flag is so I can build things very fast on a giant system. # Do not enable in Koji builds. -%global use_all_cpus 1 +%global use_all_cpus 0 %if %{use_all_cpus} %global numjobs %{_smp_build_ncpus}