Update test_linux.yml

This commit is contained in:
Scott Fennell 2022-02-15 12:51:44 -06:00 committed by GitHub
parent d10e63509a
commit 28a299d9cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,7 @@ jobs:
- { os: debian, tag: 10, arch: debian } # EOL 2024
- { os: centos, tag: 7, arch: rhel } # EOL June 2024
- { os: centos, tag: 8, arch: rhel } # 8 as of April 2020
- { os: rockylinux, tag: latest, arch: rhel}
# - { os: fedora, tag: latest, arch: rhel } # 31 as of April 2020
# - { os: fedora, tag: 33, arch: rhel } # feeling confident?
# - { os: fedora, tag: rawhide, arch: rhel } # for thrill-seekers only
@ -124,6 +125,16 @@ jobs:
tag_deps: >-
swig
python3-devel diffutils
- cfg: { os: rockylinux }
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: >-
swig
python3-devel diffutils
#-------- Job definition ----------------
runs-on: ubuntu-18.04
container: docker://${{matrix.cfg.os}}:${{matrix.cfg.tag}}