From 4333c3d70594b650f56afe6beefc46c438e8bd68 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 9 Jan 2025 08:16:45 +0100 Subject: remove ccache --- fc40x.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fc40x.tpl') diff --git a/fc40x.tpl b/fc40x.tpl index 5ea6162..ad23946 100644 --- a/fc40x.tpl +++ b/fc40x.tpl @@ -2,13 +2,13 @@ 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/" -- cgit