Skip to content

Commit

Permalink
fix(rust): Dont change the RUST paths from what the base container se…
Browse files Browse the repository at this point in the history
…ts them to
  • Loading branch information
stevenj committed May 7, 2024
1 parent 8bf17a0 commit cb873b6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions earthly/rust/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,8 @@ rust-base:
RUN rustup target add wasm32-unknown-unknown --toolchain nightly
RUN rustup target add wasm32-wasip1 --toolchain nightly # wasm32-wasip2 not yet available

# Preset CARGO_HOME and the application search path.
ENV CARGO_HOME="$HOME/.cargo"
ENV PATH="$PATH:$CARGO_HOME/bin"
# CARGO_HOME, PATH and RUSTUP_HOME is already set by the base container.
# Do not change them.

# COPY_TOOL - DRY the tool installation.
COPY_TOOL:
Expand Down

0 comments on commit cb873b6

Please sign in to comment.