Skip to content

Commit

Permalink
CI:rpmbuild: upgrade to EL10
Browse files Browse the repository at this point in the history
  • Loading branch information
slyon committed Dec 12, 2024
1 parent 8fcdb5a commit 4645150
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/rpmbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
container:
- fedora:latest
# - fedora:rawhide
# - rockylinux:9 # lacking meson >= 1.3.0
- almalinux:10-kitten
# - rockylinux:10
container:
image: ${{ matrix.container }}
steps:
Expand All @@ -30,7 +31,7 @@ jobs:
dnf -y install dnf-plugins-core rpmdevtools # for 'dnf builddep'
dnf -y install epel-release || true
dnf config-manager --set-enabled crb || true # Meson/CMocka on EL9
dnf -y install centos-release-nfv-openvswitch || true # OVS on EL9
dnf config-manager --set-enabled nfv || true # OVS on EL10
dnf -y builddep rpm/netplan.spec
adduser test
chown -R test:test .
Expand Down

0 comments on commit 4645150

Please sign in to comment.