From 53ee705cfc3c54a047e7d533af8db70008b5bbee Mon Sep 17 00:00:00 2001 From: Jade Ellis Date: Mon, 6 Jan 2025 23:20:53 +0000 Subject: [PATCH] echo $RUSTFLAGS --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 674284f5..067e6378 100644 --- a/Containerfile +++ b/Containerfile @@ -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