summaryrefslogtreecommitdiffstats
path: root/fc40x.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'fc40x.tpl')
-rw-r--r--fc40x.tpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/fc40x.tpl b/fc40x.tpl
index 5ea6162..f7301ae 100644
--- a/fc40x.tpl
+++ b/fc40x.tpl
@@ -2,17 +2,17 @@ include('vendor.tpl')
config_opts['root'] = 'fc40x'
config_opts['target_arch'] = 'x86_64'
-config_opts['chroot_setup_cmd'] = 'install @buildsys-build gcc ccache remi-crypto-legacy'
+config_opts['chroot_setup_cmd'] = 'install @buildsys-build gcc remi-crypto-legacy'
config_opts['dist'] = 'fc40' # only useful for --resultdir variable subst
config_opts['extra_chroot_dirs'] = [ '/run/lock', ]
config_opts['releasever'] = '40'
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.fc40x/"
+config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/build/ccache.fc40x/"
-config_opts['basedir'] = '/dev/shm/'
+config_opts['basedir'] = '/dev/build/'
config_opts['resultdir'] = "/var/lib/mock/fc40x"
config_opts['cleanup_on_success'] = True
config_opts['cleanup_on_failure'] = False