summaryrefslogtreecommitdiffstats
path: root/el10x.tpl
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-01-09 08:16:45 +0100
committerRemi Collet <remi@php.net>2025-01-09 08:16:45 +0100
commit4333c3d70594b650f56afe6beefc46c438e8bd68 (patch)
tree08e001fd0ef2bedd6d5962a710e14b53ed87097c /el10x.tpl
parentbec547ee5f343eb7d6d565af261b9fc3b4b4123e (diff)
remove ccacheHEADmaster
Diffstat (limited to 'el10x.tpl')
-rw-r--r--el10x.tpl2
1 files changed, 1 insertions, 1 deletions
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'