From f05d1d65993a4bf96c8bdad3057ccb9a024e3624 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 19 Mar 2024 07:25:26 +0100 Subject: move to -j24 on aarch64 --- el9a.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'el9a.tpl') diff --git a/el9a.tpl b/el9a.tpl index 71fb635..cf78d81 100644 --- a/el9a.tpl +++ b/el9a.tpl @@ -20,7 +20,7 @@ config_opts['createrepo_on_rpms'] = True config_opts['createrepo_command'] = '/usr/bin/createrepo -d -q -x *.src.rpm' config_opts['macros']['%_topdir']="/builddir/build" -config_opts['macros']['%_smp_mflags']="-j30" +config_opts['macros']['%_smp_mflags']="-j24" config_opts['macros']['%dist']=".el9.remi" config_opts['macros']['%rhel']="9" config_opts['macros']['%_with_ibase']="1" -- cgit