From 4333c3d70594b650f56afe6beefc46c438e8bd68 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 9 Jan 2025 08:16:45 +0100 Subject: remove ccache --- el10x.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'el10x.tpl') diff --git a/el10x.tpl b/el10x.tpl index 4a95faa..5ac7c6c 100644 --- a/el10x.tpl +++ b/el10x.tpl @@ -6,7 +6,7 @@ config_opts['chroot_setup_cmd'] = 'install bash bzip2 coreutils cpio diffutils r config_opts['dist'] = 'el10' # only useful for --resultdir variable subst config_opts['extra_chroot_dirs'] = [ '/run/lock', ] config_opts['releasever'] = '10' -config_opts['package_manager'] = 'dnf' +config_opts['package_manager'] = 'dnf4' config_opts['plugin_conf']['ccache_enable'] = False config_opts['plugin_conf']['ccache_opts']['max_cache_size'] = '1G' -- cgit