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: #3278
(cherry picked from commit 8ce8afe)
  • Loading branch information
pmatilai authored and dmnks committed Sep 10, 2024
1 parent 3faec17 commit a2235f0
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 a2235f0

Please sign in to comment.