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
(cherry picked from commit 8ce8afe)
  • Loading branch information
pmatilai authored and dmnks committed Sep 9, 2024
1 parent 35e21c2 commit 1df680f
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 @@ -45,7 +45,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 1df680f

Please sign in to comment.