From 1a4a008e271c7a5583e7bd405da8fd3624c05610 Mon Sep 17 00:00:00 2001 From: Ignacio del Valle Alles Date: Wed, 14 Feb 2024 18:49:35 +0100 Subject: [PATCH] remove echo (#48) --- rust/Earthfile | 1 - 1 file changed, 1 deletion(-) diff --git a/rust/Earthfile b/rust/Earthfile index 6b5d641..d73affc 100644 --- a/rust/Earthfile +++ b/rust/Earthfile @@ -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 \