all the features!

This commit is contained in:
Ryan Heywood 2025-07-13 02:12:27 -04:00
parent e5d308c4cd
commit 49e3835d1f
Signed by: ryan
GPG Key ID: 8E401478A3FBEF72
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ FROM stagex/user-linux-nitro:sx2025.06.1 AS linux-nitro
FROM scratch as base FROM scratch as base
ENV TARGET=x86_64-unknown-linux-musl ENV TARGET=x86_64-unknown-linux-musl
ENV RUSTFLAGS="-C target-feature=+crt-static" 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 ENV OPENSSL_STATIC=true
COPY --from=pallet-rust . / COPY --from=pallet-rust . /