mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 20:57:55 +00:00
Update test_linux.yml
This commit is contained in:
parent
d10e63509a
commit
28a299d9cd
11
.github/workflows/test_linux.yml
vendored
11
.github/workflows/test_linux.yml
vendored
@ -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}}
|
||||
|
Loading…
Reference in New Issue
Block a user