Skip to content

Commit df3de31

Browse files
committed
cleanup for EL10
1 parent c1d984c commit df3de31

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/rpmbuild.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,11 @@ jobs:
2626
steps:
2727
- name: Install Build-Dependencies
2828
run: |
29-
dnf -y install git
30-
dnf -y install 'dnf-command(config-manager)'
31-
dnf config-manager --set-enabled powertools || true
29+
# for 'dnf builddep' and 'dnf config-manager'
30+
dnf -y install git rpmdevtools 'dnf-command(config-manager)'
3231
dnf config-manager --set-enabled crb || true # Meson/CMocka on EL10
3332
dnf config-manager --set-enabled nfv || true # OVS on EL10
34-
dnf -y install epel-release || true
35-
dnf -y install centos-release-nfv-openvswitch || true # OVS on EL9
36-
dnf -y install dnf-plugins-core rpmdevtools # for 'dnf builddep'
33+
dnf -y install epel-release || true # Pandoc, python-rich, ...
3734
- uses: actions/checkout@v2
3835
- name: Build & Test
3936
run: |

0 commit comments

Comments
 (0)