Add libzstd1 runtime library to fix ZSTD linker errors
Some checks failed
Build deb-bootupd Artifacts / build (push) Failing after 7m43s
Some checks failed
Build deb-bootupd Artifacts / build (push) Failing after 7m43s
- Ensures both development (libzstd-dev) and runtime (libzstd1) ZSTD libraries are available - Fixes undefined reference errors for ZSTD functions during Rust compilation - Maintains workflow simplicity while addressing dependency requirements
This commit is contained in:
parent
e6d0829a99
commit
b955c85b1d
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ jobs:
|
|||
- name: Checkout code and setup environment
|
||||
run: |
|
||||
apt update -y
|
||||
apt install -y git curl pkg-config libssl-dev libsystemd-dev build-essential file zip nodejs npm iproute2 dnsutils iputils-ping
|
||||
apt install -y git curl pkg-config libssl-dev libsystemd-dev build-essential file zip nodejs npm iproute2 dnsutils iputils-ping libzstd-dev libzstd1
|
||||
# Install additional packages for memory management and stability
|
||||
apt install -y procps htop iotop sysstat numactl libnuma-dev
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue