all the features!
This commit is contained in:
parent
e5d308c4cd
commit
49e3835d1f
|
@ -6,7 +6,7 @@ FROM stagex/user-linux-nitro:sx2025.06.1 AS linux-nitro
|
|||
FROM scratch as base
|
||||
ENV TARGET=x86_64-unknown-linux-musl
|
||||
ENV RUSTFLAGS="-C target-feature=+crt-static"
|
||||
ENV CARGOFLAGS="--locked --no-default-features --release --target ${TARGET}"
|
||||
ENV CARGOFLAGS="--locked --all-features --release --target ${TARGET}"
|
||||
ENV OPENSSL_STATIC=true
|
||||
|
||||
COPY --from=pallet-rust . /
|
||||
|
|
Loading…
Reference in New Issue