echo $RUSTFLAGS

This commit is contained in:
Jade Ellis 2025-01-06 23:20:53 +00:00
parent 6b7e8c3835
commit 53ee705cfc
No known key found for this signature in database
GPG key ID: 8705A2A3EBF77BD2

View file

@ -37,7 +37,7 @@ RUN mkdir /out
RUN --mount=type=cache,target=/usr/local/cargo/registry \
--mount=type=cache,target=/usr/local/cargo/git/db \
--mount=type=cache,target=/app/target \
. /etc/environment && \
. /etc/environment && echo $RUSTFLAGS && \
cargo build --locked --release && \
cp ./target/release/conduwuit /out/app