mirror of
https://github.com/veeso/termscp.git
synced 2026-09-25 13:31:26 -07:00
ci: add static musl crypto dependencies
This commit is contained in:
@@ -61,10 +61,13 @@ jobs:
|
|||||||
libunistring-dev \
|
libunistring-dev \
|
||||||
linux-headers \
|
linux-headers \
|
||||||
openldap-dev \
|
openldap-dev \
|
||||||
|
openssl-dev \
|
||||||
|
openssl-libs-static \
|
||||||
perl \
|
perl \
|
||||||
pkgconf \
|
pkgconf \
|
||||||
python3 \
|
python3 \
|
||||||
zlib-dev
|
zlib-dev \
|
||||||
|
zlib-static
|
||||||
rustup target add "$TARGET"
|
rustup target add "$TARGET"
|
||||||
export PKG_CONFIG_ALL_STATIC=1
|
export PKG_CONFIG_ALL_STATIC=1
|
||||||
export RUSTFLAGS="-C target-feature=+crt-static -C link-arg=-static"
|
export RUSTFLAGS="-C target-feature=+crt-static -C link-arg=-static"
|
||||||
|
|||||||
Reference in New Issue
Block a user