summaryrefslogtreecommitdiffstats
path: root/el8x.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 /el8x.tpl
parentbec547ee5f343eb7d6d565af261b9fc3b4b4123e (diff)
remove ccacheHEADmaster
Diffstat (limited to 'el8x.tpl')
-rw-r--r--el8x.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/el8x.tpl b/el8x.tpl
index a32bf34..13d908d 100644
--- a/el8x.tpl
+++ b/el8x.tpl
@@ -2,11 +2,11 @@ include('vendor.tpl')
config_opts['target_arch'] = 'x86_64'
#config_opts['chroot_setup_cmd'] = 'install @buildsys-build'
-config_opts['chroot_setup_cmd'] = 'install bash bzip2 ccache coreutils cpio diffutils redhat-release findutils gawk gcc grep gzip info make patch redhat-rpm-config rpm-build sed shadow-utils tar unzip util-linux which xz'
+config_opts['chroot_setup_cmd'] = 'install platform-python bash bzip2 ccache coreutils cpio diffutils redhat-release findutils gawk gcc grep gzip info make patch redhat-rpm-config rpm-build sed shadow-utils tar unzip util-linux which xz'
config_opts['dist'] = 'el8' # only useful for --resultdir variable subst
config_opts['extra_chroot_dirs'] = [ '/run/lock', ]
config_opts['releasever'] = '8'
-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'