From c8a95f4a85d2a46b1257fe8cf357d85a588a70d1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 16 Nov 2013 15:30:45 +0100 Subject: raise to -j6 (new builder) --- fc11it.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fc11it.cfg') diff --git a/fc11it.cfg b/fc11it.cfg index e3bde3c..064c3c1 100644 --- a/fc11it.cfg +++ b/fc11it.cfg @@ -8,14 +8,14 @@ config_opts['plugin_conf']['ccache_opts']['max_cache_size'] = '1G' config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.fc11i/" config_opts['macros']['%_topdir']="/builddir/build" -config_opts['macros']['%_smp_mflags']="-j3" +config_opts['macros']['%_smp_mflags']="-j6" config_opts['macros']['%vendor']="Remi Collet" config_opts['macros']['%packager']="http://blog.famillecollet.com/" config_opts['macros']['%dist']=".fc11.remi" config_opts['macros']['%fedora']="11" config_opts['macros']['%_with_ibase']="1" config_opts['macros']['%_with_oci8']="1" -config_opts['macros']['%runselftest']="1" +config_opts['macros']['%runselftest']="0" config_opts['yum.conf'] = """ -- cgit