Skip to content

Commit

Permalink
chore: handle renaming of wasm32-wasi target
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Feb 27, 2025
1 parent 91d89f5 commit 2755348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-images/src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ ENV RUSTUP_HOME=/opt/rust/rustup
ENV CARGO_HOME=/opt/rust/cargo
ENV PATH="/opt/rust/cargo/bin:$PATH"
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain 1.85.0 && \
rustup target add wasm32-unknown-unknown wasm32-wasi aarch64-apple-darwin && \
rustup target add wasm32-unknown-unknown wasm32-wasip1 aarch64-apple-darwin && \
chmod -R a+w /opt/rust

# Install corepack and yarn.
Expand Down

0 comments on commit 2755348

Please sign in to comment.