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 --- fc32x.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fc32x.tpl') diff --git a/fc32x.tpl b/fc32x.tpl index e275506..12aeff8 100644 --- a/fc32x.tpl +++ b/fc32x.tpl @@ -1,6 +1,6 @@ config_opts['root'] = 'fc32x' 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'] = 'fc32' # only useful for --resultdir variable subst config_opts['extra_chroot_dirs'] = [ '/run/lock', ] config_opts['releasever'] = '32' -- cgit