Skip to content

Commit

Permalink
fix: Install cargo-sweep directly
Browse files Browse the repository at this point in the history
  • Loading branch information
gmpinder committed Jan 29, 2024
1 parent b7ccf3f commit caa356d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions cargo/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ build:
rustup component add clippy && \
rustup target add x86_64-unknown-linux-musl

DO +INIT
DO rust+CARGO --args="install --locked cargo-sweep"

ENV EARTHLY_CACHE_PREFIX=""
RUN cargo install --root $CARGO_HOME --locked cargo-sweep

SAVE IMAGE --push ghcr.io/blue-build/earthly-lib/cargo-builder

Expand Down

0 comments on commit caa356d

Please sign in to comment.