summaryrefslogtreecommitdiffstats
path: root/el7x71.cfg
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-11-08 17:02:00 +0100
committerRemi Collet <remi@remirepo.net>2018-11-08 17:02:00 +0100
commit40c2b76247e04fd5031cc96fdbaee4521724eed6 (patch)
tree8ca9825c88171aa540fdc04c61b9c6edb1dab8a9 /el7x71.cfg
parentcb79f883e44e512681882866095a0cc1fcbe16a7 (diff)
EL7: always install both dts 6 and 7
Diffstat (limited to 'el7x71.cfg')
-rw-r--r--el7x71.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/el7x71.cfg b/el7x71.cfg
index 10cfe6a..e2d6cce 100644
--- a/el7x71.cfg
+++ b/el7x71.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