Skip to content

Commit

Permalink
ci/rpmbuild: install gdb
Browse files Browse the repository at this point in the history
The RPM build started to fail on Fedora 41:

find-debuginfo: starting
Extracting debug info from 4 files
gdb-add-index: Failed to find a useable GDB binary
  • Loading branch information
daniloegea committed Nov 8, 2024
1 parent 8addc9a commit a381373
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rpmbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
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 -y install gdb
dnf -y builddep rpm/netplan.spec
adduser test
chown -R test:test .
Expand Down

0 comments on commit a381373

Please sign in to comment.