* closes #966
This commit is contained in:
Scott Fennell 2020-03-16 16:36:22 -05:00 committed by GitHub
parent 3db8ec3b2d
commit f55de11401
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -102,17 +102,17 @@ jobs:
tag_deps: >-
python-devel
- cfg: { os: centos, tag: 8 }
pkg_mgr: dnf
conf_pkg: >
dnf -y install epel-release &&
dnf -y update &&
dnf install -y 'dnf-command(config-manager)' &&
dnf config-manager --enable PowerTools
tag_deps: >-
python3-devel
- cfg: { os: fedora, tag: 31 }
tag_deps: >-
diffutils
- cfg: { os: centos, tag: 8 }
conf_pkg: >
yum -y install epel-release &&
yum -y update &&
yum install -y 'dnf-command(config-manager)' &&
yum config-manager --enable PowerTools
#-------- Job definition ----------------
runs-on: ubuntu-18.04
container: docker://${{matrix.cfg.os}}:${{matrix.cfg.tag}}