ci: prepare: Install GDB
All checks were successful
dustin/sshca-cli/pipeline/head This commit looks good
All checks were successful
dustin/sshca-cli/pipeline/head This commit looks good
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 binary
This commit is contained in:
@@ -4,6 +4,7 @@ dnf install -y \
|
||||
--setopt install_weak_deps=0 \
|
||||
cargo \
|
||||
cargo-rpm-macros \
|
||||
gdb \
|
||||
make \
|
||||
openssh-clients \
|
||||
openssl-devel \
|
||||
|
||||
Reference in New Issue
Block a user