ci: prepare: Install GDB
dustin/sshca-cli/pipeline/head This commit looks good
Details
dustin/sshca-cli/pipeline/head This commit looks good
Details
The RPM build tools in Fedora 41 apparently require `gdb` but don't declare that: > find-debuginfo: starting > Extracting debug info from 1 files > gdb-add-index: Failed to find a useable GDB binarydev/auto-reload
parent
63edc180d5
commit
c8139d75dc
|
@ -4,6 +4,7 @@ dnf install -y \
|
|||
--setopt install_weak_deps=0 \
|
||||
cargo \
|
||||
cargo-rpm-macros \
|
||||
gdb \
|
||||
make \
|
||||
openssh-clients \
|
||||
openssl-devel \
|
||||
|
|
Loading…
Reference in New Issue