From 05a64b1e6def555af3b276bd116297457b689e4f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 11 Sep 2020 14:22:55 +0200 Subject: add php 8.0 mock config --- fc33x.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fc33x.tpl') diff --git a/fc33x.tpl b/fc33x.tpl index e99fc57..21a72e1 100644 --- a/fc33x.tpl +++ b/fc33x.tpl @@ -1,6 +1,6 @@ config_opts['root'] = 'fc33x' config_opts['target_arch'] = 'x86_64' -config_opts['chroot_setup_cmd'] = 'install @buildsys-build ccache' +config_opts['chroot_setup_cmd'] = 'install @buildsys-build ccache gcc' config_opts['dist'] = 'fc33' # only useful for --resultdir variable subst config_opts['extra_chroot_dirs'] = [ '/run/lock', ] config_opts['releasever'] = '33' -- cgit