From 453d13653b666f950b1bcdc5871ef30ebab1fd1c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 18 Sep 2023 10:41:41 +0200 Subject: EL-8 aarch64 configs --- el9a.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'el9a.tpl') diff --git a/el9a.tpl b/el9a.tpl index 3c99156..e0b1693 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']="-j20" +config_opts['macros']['%_smp_mflags']="-j30" config_opts['macros']['%dist']=".el9.remi" config_opts['macros']['%rhel']="9" config_opts['macros']['%_with_ibase']="1" -- cgit