Skip to content

Commit da9d389

Browse files
authored
feat: add test on rockylinux 10 (#122)
1 parent 9e08e91 commit da9d389

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
- rockylinux/rockylinux:9.4
5353
- rockylinux/rockylinux:9.5
5454
- rockylinux/rockylinux:9.6
55+
- rockylinux/rockylinux:10.0
5556
- fedora:34
5657
- fedora:35
5758
- fedora:36

.github/workflows/integration_tests.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,14 @@ if test "${BACKEND}" = "dnf"; then
4747
echo "gpgcheck=0" >>/etc/yum.repos.d/metwork.repo
4848
echo "enabled=1" >>/etc/yum.repos.d/metwork.repo
4949
echo "metadata_expire=0" >>/etc/yum.repos.d/metwork.repo
50+
if test "${BASE}" = "rockylinux/rockylinux"; then
51+
dnf -y install epel-release
52+
fi
5053
dnf -y install metwork-mfext-full metwork-mfext-layer-python3_scientific metwork-mfext-layer-python3_extratools metwork-mfext-layer-python3_mapserverapi metwork-mfext-layer-python3_ia metwork-mfext-layer-python3_radartools
5154
mkdir mfext mfextaddon_scientific mfextaddon_mapserver mfextaddon_python3_ia mfextaddon_radartools
5255
dnf -y install metwork-mfserv metwork-mfdata metwork-mfbase metwork-mfadmin metwork-mfsysmon
5356
mkdir mfserv mfdata mfbase mfadmin mfsysmon
54-
yum -y install make cronie diffutils acl
57+
dnf -y install make cronie diffutils acl
5558
cd mfext
5659
git clone -b ${BRANCH} https://github.com/metwork-framework/mfext src
5760
cd src/integration_tests && /opt/metwork-mfext/bin/mfext_wrapper ./run_integration_tests.sh

0 commit comments

Comments
 (0)