From 7990a667fa3b9b5c3da4bbd117035a555997a587 Mon Sep 17 00:00:00 2001 From: Christian Visintin Date: Wed, 2 Sep 2026 14:49:06 +0200 Subject: [PATCH] ci: add static musl crypto dependencies --- .github/workflows/musl.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/musl.yml b/.github/workflows/musl.yml index f25a035..8477ff8 100644 --- a/.github/workflows/musl.yml +++ b/.github/workflows/musl.yml @@ -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"