From b666d07a1d587a21833017c5e4fffe3021bd8c3b Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Mon, 6 Feb 2023 12:59:16 +0100 Subject: [PATCH] we got the aarch64 builder with 224 cores and x86_64 builder with 46 cores --- chromium.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/chromium.spec b/chromium.spec index 50f4770..5d8d8e7 100644 --- a/chromium.spec +++ b/chromium.spec @@ -13,9 +13,10 @@ %endif # set default numjobs for the koji build -%global numjobs 16 +# we got the aarch64 builder with 224 cores and x86_64 builder with 46 cores +%global numjobs 48 %ifarch aarch64 -%global numjobs 8 +%global numjobs 64 %endif # This flag is so I can build things very fast on a giant system.