Skip to content

Commit

Permalink
Merge pull request #6102 from roc-lang/fix-sccache-install
Browse files Browse the repository at this point in the history
fix sccache install
  • Loading branch information
Anton-4 committed Nov 27, 2023
2 parents 69b7286 + 176ea22 commit d5511a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d5511a5

Please sign in to comment.