Skip to content

Commit

Permalink
remove echo (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
idelvall authored Feb 14, 2024
1 parent 99ff06a commit 1a4a008
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rust/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ CROSS:
ARG output="$target/release/[^\./]+"
ARG version=0.2.5
DO +SET_CACHE_MOUNTS_ENV --target_cache_suffix="$target"
RUN echo "$EARTHLY_RUST_TARGET_CACHE"
COPY (+get-cross/cross --version=$version) /tmp/earthly/cross
WITH DOCKER --pull ghcr.io/cross-rs/$target:$version
RUN --mount=$EARTHLY_RUST_CARGO_HOME_CACHE \
Expand Down

0 comments on commit 1a4a008

Please sign in to comment.