Skip to content

Commit

Permalink
Update rust/Earthfile
Browse files Browse the repository at this point in the history
Co-authored-by: idodod <[email protected]>
  • Loading branch information
idelvall and idodod authored Dec 21, 2023
1 parent 932afc2 commit 9c81f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ SET_CACHE_MOUNTS_ENV:
# Arguments:
# - output: Regex matching output artifacts files to be copied to ./target folder in the caller filesystem (image layers).
# Example:
# DO rust+RUST_GET_MOUNT_CACHE
# DO rust+SET_CACHE_MOUNTS_ENV
# RUN --mount=$EARTHLY_RUST_CARGO_HOME_CACHE --mount=$EARTHLY_RUST_TARGET_CACHE cargo build --release
# DO rust+COPY_OUTPUT --output="release/[^\./]+" # Keep all the files in /target/release that don't have any extension.
COPY_OUTPUT:
Expand Down

0 comments on commit 9c81f53

Please sign in to comment.