Skip to content

Commit

Permalink
nail sccache (#1602)
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Jun 12, 2024
1 parent 0a401bc commit b9401ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ ENV WORKHOME=/home/ubuntu/work
ENV HOME=/home/ubuntu

RUN rustup default stable
RUN cargo install sccache --locked
RUN cargo install --version 0.4.1 sccache --locked

ENV SCCACHE_CACHE_SIZE="20G"
ENV SCCACHE_DIR=$HOME/.cache/sccache
Expand Down

0 comments on commit b9401ef

Please sign in to comment.