summaryrefslogtreecommitdiffstats
path: root/el7xscl71.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'el7xscl71.cfg')
-rw-r--r--el7xscl71.cfg10
1 files changed, 9 insertions, 1 deletions
diff --git a/el7xscl71.cfg b/el7xscl71.cfg
index 4593802..3a220dd 100644
--- a/el7xscl71.cfg
+++ b/el7xscl71.cfg
@@ -1,6 +1,6 @@
config_opts['root'] = 'scl71el7x'
config_opts['target_arch'] = 'x86_64'
-config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php71-build'
+config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php71-build devtoolset-6-toolchain'
config_opts['dist'] = 'el7' # only useful for --resultdir variable subst
config_opts['plugin_conf']['ccache_enable'] = True
@@ -27,6 +27,9 @@ config_opts['macros']['%_with_ibase']="1"
config_opts['macros']['%_with_oci8']="1"
config_opts['macros']['%runselftest']="1"
config_opts['macros']['%nophptag']="1"
+config_opts['macros']['%dtsversion']="6"
+config_opts['macros']['%dtsenable']="source /opt/rh/devtoolset-6/enable"
+config_opts['macros']['%dtsprefix']="devtoolset-6-"
config_opts['yum.conf'] = """
[main]
@@ -117,6 +120,11 @@ name=result
baseurl=file:/var/lib/mock/scl71el7x/
enabled=1
+[centos-sclo-rh]
+name=CentOS-7 - SCLo rh
+baseurl=http://mirror.centos.org/centos/7/sclo/$basearch/rh/
+enabled=1
+
"""