From ad8410d09a341e65f0a66d2a6a40ed3e243041ed Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 7 Apr 2025 09:26:30 +0200 Subject: no ccache on EL-8 --- el8x.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'el8x.tpl') diff --git a/el8x.tpl b/el8x.tpl index 7596adb..ecc5d57 100644 --- a/el8x.tpl +++ b/el8x.tpl @@ -2,7 +2,7 @@ include('vendor.tpl') config_opts['target_arch'] = 'x86_64' #config_opts['chroot_setup_cmd'] = 'install @buildsys-build' -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['chroot_setup_cmd'] = 'install platform-python bash bzip2 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' -- cgit