diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-03-03 19:07:26 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-03-03 19:07:26 +0100 |
commit | 5b3585964d84132ee72e73ae5788b9d074fb6926 (patch) | |
tree | 22c40dbd5c6f507fd2d73dcac5c0834b76ff2a67 /mock | |
parent | 3470dc51906ff0fc4845512101bf59545858e67a (diff) |
scl php 5.6 add -devel in buildroot for speed
Diffstat (limited to 'mock')
-rw-r--r-- | mock/el6xscl56.cfg | 2 | ||||
-rw-r--r-- | mock/el7xscl56.cfg | 2 | ||||
-rw-r--r-- | mock/fc19xscl56.cfg | 2 | ||||
-rw-r--r-- | mock/fc20xscl56.cfg | 2 | ||||
-rw-r--r-- | mock/fc21xscl56.cfg | 2 | ||||
-rw-r--r-- | mock/fc22xscl56.cfg | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/mock/el6xscl56.cfg b/mock/el6xscl56.cfg index 225da8a..6b3712e 100644 --- a/mock/el6xscl56.cfg +++ b/mock/el6xscl56.cfg @@ -1,6 +1,6 @@ config_opts['root'] = 'scl56el6x' config_opts['target_arch'] = 'x86_64' -config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php56-build' +config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php56-build php56-php-devel php56-php-pear' config_opts['dist'] = 'el6' # only useful for --resultdir variable subst config_opts['plugin_conf']['ccache_enable'] = True diff --git a/mock/el7xscl56.cfg b/mock/el7xscl56.cfg index 08dc7ba..d6606c6 100644 --- a/mock/el7xscl56.cfg +++ b/mock/el7xscl56.cfg @@ -1,6 +1,6 @@ config_opts['root'] = 'scl56el7x' config_opts['target_arch'] = 'x86_64' -config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php56-build' +config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php56-build php56-php-devel php56-php-pear' config_opts['dist'] = 'el7' # only useful for --resultdir variable subst config_opts['plugin_conf']['ccache_enable'] = True diff --git a/mock/fc19xscl56.cfg b/mock/fc19xscl56.cfg index bd3539e..9a9a73b 100644 --- a/mock/fc19xscl56.cfg +++ b/mock/fc19xscl56.cfg @@ -1,6 +1,6 @@ config_opts['root'] = 'scl56fc19x' config_opts['target_arch'] = 'x86_64' -config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php56-build' +config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php56-build php56-php-devel php56-php-pear' config_opts['dist'] = 'fc19' # only useful for --resultdir variable subst config_opts['plugin_conf']['ccache_enable'] = True diff --git a/mock/fc20xscl56.cfg b/mock/fc20xscl56.cfg index 3a1def3..e2827ec 100644 --- a/mock/fc20xscl56.cfg +++ b/mock/fc20xscl56.cfg @@ -1,6 +1,6 @@ config_opts['root'] = 'scl56fc20x' config_opts['target_arch'] = 'x86_64' -config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php56-build' +config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php56-build php56-php-devel php56-php-pear' config_opts['dist'] = 'fc20' # only useful for --resultdir variable subst config_opts['plugin_conf']['ccache_enable'] = True diff --git a/mock/fc21xscl56.cfg b/mock/fc21xscl56.cfg index d0e0aca..0b17cec 100644 --- a/mock/fc21xscl56.cfg +++ b/mock/fc21xscl56.cfg @@ -1,6 +1,6 @@ config_opts['root'] = 'scl56fc21x' config_opts['target_arch'] = 'x86_64' -config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php56-build' +config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php56-build php56-php-devel php56-php-pear' config_opts['dist'] = 'fc21' # only useful for --resultdir variable subst config_opts['plugin_conf']['ccache_enable'] = True diff --git a/mock/fc22xscl56.cfg b/mock/fc22xscl56.cfg index ba57f14..968e9e6 100644 --- a/mock/fc22xscl56.cfg +++ b/mock/fc22xscl56.cfg @@ -1,6 +1,6 @@ config_opts['root'] = 'scl56fc22x' config_opts['target_arch'] = 'x86_64' -config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php56-build' +config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php56-build php56-php-devel php56-php-pear' config_opts['dist'] = 'fc22' # only useful for --resultdir variable subst config_opts['plugin_conf']['ccache_enable'] = True |