From 40c2b76247e04fd5031cc96fdbaee4521724eed6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 8 Nov 2018 17:02:00 +0100 Subject: EL7: always install both dts 6 and 7 --- el7x70.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'el7x70.cfg') diff --git a/el7x70.cfg b/el7x70.cfg index df5c044..26dfbc8 100644 --- a/el7x70.cfg +++ b/el7x70.cfg @@ -1,6 +1,6 @@ config_opts['root'] = 'el7x' config_opts['target_arch'] = 'x86_64' -config_opts['chroot_setup_cmd'] = 'install @buildsys-build devtoolset-6-toolchain' +config_opts['chroot_setup_cmd'] = 'install @buildsys-build devtoolset-6-toolchain devtoolset-7-toolchain' config_opts['dist'] = 'el7' # only useful for --resultdir variable subst config_opts['plugin_conf']['ccache_enable'] = True -- cgit