Skip to content

Commit

Permalink
cleanup for EL10
Browse files Browse the repository at this point in the history
  • Loading branch information
slyon committed Dec 12, 2024
1 parent c1d984c commit df3de31
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/rpmbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,11 @@ jobs:
steps:
- name: Install Build-Dependencies
run: |
dnf -y install git
dnf -y install 'dnf-command(config-manager)'
dnf config-manager --set-enabled powertools || true
# for 'dnf builddep' and 'dnf config-manager'
dnf -y install git rpmdevtools 'dnf-command(config-manager)'
dnf config-manager --set-enabled crb || true # Meson/CMocka on EL10
dnf config-manager --set-enabled nfv || true # OVS on EL10
dnf -y install epel-release || true
dnf -y install centos-release-nfv-openvswitch || true # OVS on EL9
dnf -y install dnf-plugins-core rpmdevtools # for 'dnf builddep'
dnf -y install epel-release || true # Pandoc, python-rich, ...
- uses: actions/checkout@v2
- name: Build & Test
run: |
Expand Down

0 comments on commit df3de31

Please sign in to comment.