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) --- fc12it.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fc12it.cfg') diff --git a/fc12it.cfg b/fc12it.cfg index 0b05c45..ecebeaf 100644 --- a/fc12it.cfg +++ b/fc12it.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.fc12i/" 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']=".fc12.remi" config_opts['macros']['%fedora']="12" 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