chore: improve cargo cache

This commit is contained in:
Ruben Fiszel
2024-04-24 00:42:45 +02:00
parent 872825fbb7
commit 29258a3de0
+2
View File
@@ -14,6 +14,8 @@ RUN rustup component add rustfmt
RUN CARGO_NET_GIT_FETCH_WITH_CLI=true cargo install cargo-chef --version ^0.1
RUN cargo install sccache --version ^0.8
ENV RUSTC_WRAPPER=sccache SCCACHE_DIR=/backend/sccache
WORKDIR /windmill
ENV SQLX_OFFLINE=true