chore: improve cargo cache

This commit is contained in:
Ruben Fiszel
2024-04-24 00:46:03 +02:00
parent 29258a3de0
commit b3f3df0d01
+1 -1
View File
@@ -19,7 +19,7 @@ ENV RUSTC_WRAPPER=sccache SCCACHE_DIR=/backend/sccache
WORKDIR /windmill
ENV SQLX_OFFLINE=true
ENV CARGO_INCREMENTAL=1
# ENV CARGO_INCREMENTAL=1
FROM node:20-alpine as frontend