Skip to content

Commit

Permalink
Force older gdb version in CI due to index create regression in 15.1
Browse files Browse the repository at this point in the history
gdb 15.1 causes our "rpmbuild debuginfo gdb index included" to fail
because no index is created. Reported to Fedora bugzilla:
https://bugzilla.redhat.com/show_bug.cgi?id=2310156

Related: rpm-software-management#3278
  • Loading branch information
pmatilai committed Sep 5, 2024
1 parent c5878f4 commit e55e71e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Dockerfile.fedora
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ RUN dnf -y install \
tar unzip gzip bzip2 cpio xz p7zip-plugins \
pkgconfig \
/usr/bin/systemd-sysusers \
/usr/bin/gdb-add-index \
gdb-headless-14.2 \
dwz \
fsverity-utils fsverity-utils-devel \
pandoc \
Expand Down

0 comments on commit e55e71e

Please sign in to comment.