summaryrefslogtreecommitdiffstats
path: root/el7xscl71.cfg
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-12-26 10:15:32 +0100
committerRemi Collet <fedora@famillecollet.com>2016-12-26 10:15:32 +0100
commit82d13e51cc155c58bf29ec1aa6f27512f0a14ee3 (patch)
tree8bad2e38ae2ca2c75f4c1f5c9a94a1d56587f78f /el7xscl71.cfg
parent1be284a50a58d5241dbf2cb035dc3f403bb7c927 (diff)
PHP 7.1: EL-7 rebuild using DTS
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
+
"""