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 --- fc30xscl73.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fc30xscl73.cfg') diff --git a/fc30xscl73.cfg b/fc30xscl73.cfg index c114955..d092fd0 100644 --- a/fc30xscl73.cfg +++ b/fc30xscl73.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