diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-01-18 11:48:24 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-01-18 11:48:24 +0100 |
commit | ff4476dfd19157db20c012104b3da169b0d5a7e7 (patch) | |
tree | 61d9bee6a6c969799339fe0dc080785e0833360d /mock/el7x71.cfg | |
parent | b13df8799fdbe58ee9a7a8f49c7d8f7f43d8f72f (diff) |
php 7.1.1-2: EL-7 rebuild without dts
Diffstat (limited to 'mock/el7x71.cfg')
-rw-r--r-- | mock/el7x71.cfg | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/mock/el7x71.cfg b/mock/el7x71.cfg index 7759bed..3025737 100644 --- a/mock/el7x71.cfg +++ b/mock/el7x71.cfg @@ -1,6 +1,7 @@ config_opts['root'] = 'el7x' config_opts['target_arch'] = 'x86_64' -config_opts['chroot_setup_cmd'] = 'install @buildsys-build devtoolset-6-toolchain' +#config_opts['chroot_setup_cmd'] = 'install @buildsys-build devtoolset-6-toolchain' +config_opts['chroot_setup_cmd'] = 'install @buildsys-build' config_opts['dist'] = 'el7' # only useful for --resultdir variable subst config_opts['plugin_conf']['ccache_enable'] = True @@ -24,9 +25,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['macros']['%dtsversion']="6" +#config_opts['macros']['%dtsenable']="source /opt/rh/devtoolset-6/enable" +#config_opts['macros']['%dtsprefix']="devtoolset-6-" config_opts['yum.conf'] = """ [main] @@ -126,7 +127,7 @@ enabled=1 [centos-sclo-rh] name=CentOS-7 - SCLo rh baseurl=http://mirror.centos.org/centos/7/sclo/$basearch/rh/ -enabled=1 +enabled=0 """ |