mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-17 16:47:50 +00:00
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:
parent
b17769b930
commit
26096d7e88
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ dnf install -y \
|
|||
binutils \
|
||||
elfutils-libelf-devel \
|
||||
gcc \
|
||||
gdb \
|
||||
git \
|
||||
glibc-devel \
|
||||
gnutls-devel \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue