From ad0a5b31d6c26b1c15af641b123a13bb77a6ca94 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 7 Sep 2019 16:16:21 +0200 Subject: raise _smp_mflags for new builder --- fc26x72.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fc26x72.cfg') diff --git a/fc26x72.cfg b/fc26x72.cfg index edf2e8c..c6df5d1 100644 --- a/fc26x72.cfg +++ b/fc26x72.cfg @@ -19,7 +19,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']="-j6" +config_opts['macros']['%_smp_mflags']="-j10" config_opts['macros']['%vendor']="Remi Collet" config_opts['macros']['%packager']="https://blog.remirepo.net/" config_opts['macros']['%bugurl']="https://forum.remirepo.net/" -- cgit