From 4333c3d70594b650f56afe6beefc46c438e8bd68 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 9 Jan 2025 08:16:45 +0100 Subject: remove ccache --- fc39x.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fc39x.tpl') diff --git a/fc39x.tpl b/fc39x.tpl index 45c2e45..b199f7e 100644 --- a/fc39x.tpl +++ b/fc39x.tpl @@ -8,7 +8,7 @@ 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/" -- cgit