From 22c48c83f0bd1c23dea7b5dea4d7eefa3ebd74b2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 16 Nov 2023 08:54:07 +0100 Subject: more cores --- el9x.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'el9x.tpl') diff --git a/el9x.tpl b/el9x.tpl index f14a85d..ab76d7e 100644 --- a/el9x.tpl +++ b/el9x.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']="-j10" +config_opts['macros']['%_smp_mflags']="-j15" config_opts['macros']['%dist']=".el9.remi" config_opts['macros']['%rhel']="9" config_opts['macros']['%_with_ibase']="1" -- cgit