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 --- fc40a.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fc40a.tpl') diff --git a/fc40a.tpl b/fc40a.tpl index e3cda77..81fed92 100644 --- a/fc40a.tpl +++ b/fc40a.tpl @@ -21,7 +21,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']="-j24" config_opts['macros']['%dist']=".fc40.remi" config_opts['macros']['%fedora']="40" config_opts['macros']['%_with_ibase']="1" -- cgit