From 1df680f47572683ec65196a881d4d97da837618c Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Thu, 5 Sep 2024 11:15:41 +0300 Subject: [PATCH] Force older gdb version in CI due to index create regression in 15.1 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 8ce8afe4f9b303ddb347def7389676b5cf715b38) --- tests/Dockerfile.fedora | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Dockerfile.fedora b/tests/Dockerfile.fedora index ec8ef94d0f..39c101cf3d 100644 --- a/tests/Dockerfile.fedora +++ b/tests/Dockerfile.fedora @@ -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 \