Skip to content

Commit

Permalink
remove shared cache
Browse files Browse the repository at this point in the history
  • Loading branch information
idelvall committed Oct 5, 2023
1 parent 06f3ed2 commit 53b79e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rust/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ CARGO:
ARG --required args
ARG output
DO +REMOVE_SOURCE_FINGERPRINTS
RUN --mount=type=cache,mode=0777,sharing=shared,id="cargo-home-registry",target=$CARGO_HOME/registry \
--mount=type=cache,mode=0777,sharing=shared,id="cargo-home-git",target=$CARGO_HOME/git \
RUN --mount=type=cache,mode=0777,target=$CARGO_HOME/registry \
--mount=type=cache,mode=0777,target=$CARGO_HOME/git \
--mount=type=cache,mode=0777,target=target \
cargo $args;
IF [ "$output" != "" ]
Expand Down

0 comments on commit 53b79e9

Please sign in to comment.