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 --- fc31xscl74.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fc31xscl74.cfg') diff --git a/fc31xscl74.cfg b/fc31xscl74.cfg index 61a697e..7b40d7b 100644 --- a/fc31xscl74.cfg +++ b/fc31xscl74.cfg @@ -21,7 +21,7 @@ config_opts['createrepo_command'] = '/usr/bin/createrepo -d -q -x *.src.rpm' config_opts['macros']['%scl_vendor']="remi" config_opts['macros']['%_scl_prefix']="/opt/remi" 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