diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-01-23 16:01:10 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-01-23 16:01:10 +0100 |
commit | 6ae0e52e963fb9b7155136016a48425087fe4fc3 (patch) | |
tree | 8034f3da6ee6b271b84a934d4849168607993c67 /el7x70.cfg | |
parent | 5bd6e76fa3c7445f217019869ec4065a94f71119 (diff) |
mock: always get dts in buildroot
Diffstat (limited to 'el7x70.cfg')
-rw-r--r-- | el7x70.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'] = 'groupinstall buildsys-build' +config_opts['chroot_setup_cmd'] = 'install @buildsys-build devtoolset-6-toolchain' config_opts['dist'] = 'el7' # only useful for --resultdir variable subst config_opts['plugin_conf']['ccache_enable'] = True |