From 82d13e51cc155c58bf29ec1aa6f27512f0a14ee3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 26 Dec 2016 10:15:32 +0100 Subject: PHP 7.1: EL-7 rebuild using DTS --- el7x71.cfg | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'el7x71.cfg') diff --git a/el7x71.cfg b/el7x71.cfg index 78f7eaf..7759bed 100644 --- a/el7x71.cfg +++ b/el7x71.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 @@ -24,6 +24,9 @@ config_opts['macros']['%rhel']="7" config_opts['macros']['%_with_ibase']="1" config_opts['macros']['%_with_oci8']="1" config_opts['macros']['%runselftest']="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] @@ -120,6 +123,11 @@ name=result baseurl=file:/var/lib/mock/el7x/ enabled=1 +[centos-sclo-rh] +name=CentOS-7 - SCLo rh +baseurl=http://mirror.centos.org/centos/7/sclo/$basearch/rh/ +enabled=1 + """ -- cgit