diff options
author | Remi Collet <remi@remirepo.net> | 2019-03-19 17:11:43 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-03-19 17:11:43 +0100 |
commit | 259484775d38cfffa32888db4458c8b6b58d7d69 (patch) | |
tree | 9e4d9c53d4b2917c39f281ff92f546f0d297b2d8 /el8xscl71.cfg | |
parent | 817a71b14e52e2a691a742aa7d8a1f1fc540d904 (diff) |
drop php-devel from buildroot, enable F30 testing
Diffstat (limited to 'el8xscl71.cfg')
-rw-r--r-- | el8xscl71.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/el8xscl71.cfg b/el8xscl71.cfg index e61ae7f..05c14de 100644 --- a/el8xscl71.cfg +++ b/el8xscl71.cfg @@ -1,7 +1,7 @@ config_opts['root'] = 'scl71el8x' config_opts['target_arch'] = 'x86_64' #config_opts['chroot_setup_cmd'] = 'install @buildsys-build' -config_opts['chroot_setup_cmd'] = 'install bash bzip2 coreutils cpio diffutils redhat-release findutils gawk gcc grep gzip info make patch redhat-rpm-config rpm-build sed shadow-utils tar unzip util-linux which xz scl-utils-build php71-build php71-php-devel' +config_opts['chroot_setup_cmd'] = 'install bash bzip2 coreutils cpio diffutils redhat-release findutils gawk gcc grep gzip info make patch redhat-rpm-config rpm-build sed shadow-utils tar unzip util-linux which xz scl-utils-build php71-build' config_opts['dist'] = 'el8' # only useful for --resultdir variable subst config_opts['extra_chroot_dirs'] = [ '/run/lock', ] config_opts['releasever'] = '8' |