summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--el6i71.cfg1
-rw-r--r--el6it.cfg1
2 files changed, 2 insertions, 0 deletions
diff --git a/el6i71.cfg b/el6i71.cfg
index 09de1bb..a3b89df 100644
--- a/el6i71.cfg
+++ b/el6i71.cfg
@@ -2,6 +2,7 @@ config_opts['root'] = 'el6i'
config_opts['target_arch'] = 'i686'
config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build'
config_opts['dist'] = 'el6' # only useful for --resultdir variable subst
+config_opts['use_nspawn'] = False
config_opts['plugin_conf']['ccache_enable'] = True
config_opts['plugin_conf']['ccache_opts']['max_cache_size'] = '1G'
diff --git a/el6it.cfg b/el6it.cfg
index 704ca1d..ff253ed 100644
--- a/el6it.cfg
+++ b/el6it.cfg
@@ -2,6 +2,7 @@ config_opts['root'] = 'el6i'
config_opts['target_arch'] = 'i686'
config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build'
config_opts['dist'] = 'el6' # only useful for --resultdir variable subst
+config_opts['use_nspawn'] = False
config_opts['plugin_conf']['ccache_enable'] = True
config_opts['plugin_conf']['ccache_opts']['max_cache_size'] = '1G'