Skip to content

Commit

Permalink
fix(rust): remove obsolete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenj committed Jan 2, 2025
1 parent ea5dac4 commit 52f5ca9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions earthly/rust/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ rust-base:
# Ensure we have all the necessary targets
RUN rustup target add wasm32-unknown-unknown
RUN rustup target add wasm32-wasip1
RUN rustup target add wasm32-wasip2 # wasm32-wasip2 not yet available in stable - Try again in 1.82
RUN rustup target add wasm32-wasip2
RUN rustup target add x86_64-unknown-linux-gnu
RUN rustup target add x86_64-apple-darwin
RUN rustup target add x86_64-pc-windows-gnu
Expand Down Expand Up @@ -412,7 +412,7 @@ INSTALL_RUST:
# Ensure we have all the necessary targets
RUN rustup target add wasm32-unknown-unknown
RUN rustup target add wasm32-wasip1
# RUN rustup target add wasm32-wasip2 # wasm32-wasip2 not yet available in stable - Try again in 1.82
RUN rustup target add wasm32-wasip2
RUN rustup target add x86_64-unknown-linux-gnu
RUN rustup target add x86_64-apple-darwin
RUN rustup target add x86_64-pc-windows-gnu
Expand Down

0 comments on commit 52f5ca9

Please sign in to comment.