diff options
author | Remi Collet <remi@remirepo.net> | 2018-11-08 17:02:00 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-11-08 17:02:00 +0100 |
commit | 40c2b76247e04fd5031cc96fdbaee4521724eed6 (patch) | |
tree | 8ca9825c88171aa540fdc04c61b9c6edb1dab8a9 /el7x73.cfg | |
parent | cb79f883e44e512681882866095a0cc1fcbe16a7 (diff) |
EL7: always install both dts 6 and 7
Diffstat (limited to 'el7x73.cfg')
-rw-r--r-- | el7x73.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ config_opts['root'] = 'el7x' config_opts['target_arch'] = 'x86_64' -config_opts['chroot_setup_cmd'] = 'install @buildsys-build devtoolset-7-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 |