with the caches mounted, i think incremental will actually help

This commit is contained in:
Bryan Stitt 2023-06-27 12:03:31 -07:00
parent 870e96ba38
commit 6defc2840c

View File

@ -1,7 +1,6 @@
FROM debian:bullseye-slim as rust
WORKDIR /app
ENV CARGO_INCREMENTAL 0
ENV CARGO_TERM_COLOR always
ENV PATH "/root/.foundry/bin:/root/.cargo/bin:${PATH}"