ci: install gdb on dnf based distributions

The custom core dump handler tries to call gdb which makes it much
easier to understand why something crashed especially in CI. For dnf
based distribution this currently does not work because gdb is missing.
This installs gdb on dnf based CI runs.

Signed-off-by: Adrian Reber <areber@redhat.com>
This commit is contained in:
Adrian Reber 2026-06-11 06:37:12 +00:00 committed by Radostin Stoyanov
parent b17769b930
commit 26096d7e88

View file

@ -5,6 +5,7 @@ dnf install -y \
binutils \
elfutils-libelf-devel \
gcc \
gdb \
git \
glibc-devel \
gnutls-devel \