summaryrefslogtreecommitdiffstats
path: root/fc39x.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'fc39x.tpl')
-rw-r--r--fc39x.tpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/fc39x.tpl b/fc39x.tpl
index 45c2e45..6754a43 100644
--- a/fc39x.tpl
+++ b/fc39x.tpl
@@ -8,11 +8,11 @@ config_opts['extra_chroot_dirs'] = [ '/run/lock', ]
config_opts['releasever'] = '39'
config_opts['package_manager'] = 'dnf'
-config_opts['plugin_conf']['ccache_enable'] = True
+config_opts['plugin_conf']['ccache_enable'] = False
config_opts['plugin_conf']['ccache_opts']['max_cache_size'] = '1G'
-config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.fc39x/"
+config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/build/ccache.fc39x/"
-config_opts['basedir'] = '/dev/shm/'
+config_opts['basedir'] = '/dev/build/'
config_opts['resultdir'] = "/var/lib/mock/fc39x"
config_opts['cleanup_on_success'] = True
config_opts['cleanup_on_failure'] = False