ci: add static musl crypto dependencies

This commit is contained in:
Christian Visintin
2026-09-02 14:49:06 +02:00
parent 48d3701678
commit 0b787fee34
+4 -1
View File
@@ -61,10 +61,13 @@ jobs:
libunistring-dev \
linux-headers \
openldap-dev \
openssl-dev \
openssl-libs-static \
perl \
pkgconf \
python3 \
zlib-dev
zlib-dev \
zlib-static
rustup target add "$TARGET"
export PKG_CONFIG_ALL_STATIC=1
export RUSTFLAGS="-C target-feature=+crt-static -C link-arg=-static"