summaryrefslogtreecommitdiffstats
path: root/el7x.cfg
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2017-01-23 16:01:10 +0100
committerRemi Collet <fedora@famillecollet.com>2017-01-23 16:01:10 +0100
commit6ae0e52e963fb9b7155136016a48425087fe4fc3 (patch)
tree8034f3da6ee6b271b84a934d4849168607993c67 /el7x.cfg
parent5bd6e76fa3c7445f217019869ec4065a94f71119 (diff)
mock: always get dts in buildroot
Diffstat (limited to 'el7x.cfg')
-rw-r--r--el7x.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/el7x.cfg b/el7x.cfg
index a5da964..d50ba17 100644
--- a/el7x.cfg
+++ b/el7x.cfg
@@ -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