From 176ea22965651c1013cfa5c0e3e9e6f431b1af20 Mon Sep 17 00:00:00 2001 From: Anton-4 <17049058+Anton-4@users.noreply.github.com> Date: Mon, 27 Nov 2023 11:43:00 +0100 Subject: [PATCH] fix sccache install https://github.com/mozilla/sccache/issues/1988 Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com> --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 50ddf639387..ae0df6e89c7 100644 --- a/Earthfile +++ b/Earthfile @@ -34,7 +34,7 @@ install-zig-llvm: RUN apt -y install libssl-dev RUN OPENSSL_NO_VENDOR=1 cargo install wasm-pack # sccache - RUN cargo install sccache + RUN cargo install sccache --locked RUN sccache -V ENV RUSTC_WRAPPER=/usr/local/cargo/bin/sccache ENV SCCACHE_DIR=/earthbuild/sccache_dir