Skip to content

Commit 3d29c78

Browse files
committed
Remove wasm32-wasi target from Dockerfile
1 parent 2546c1c commit 3d29c78

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tools/ci-build/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@ RUN set -eux; \
6868
rustup toolchain install ${rust_nightly_version} --component clippy; \
6969
rustup target add x86_64-unknown-linux-musl; \
7070
rustup target add wasm32-unknown-unknown; \
71-
# NOTE: wasm32-wasi target is still valid in MSRV 1.81, when we update to 1.84 or above we _should_ be able to remove this target in favor of just wasip1
72-
rustup target add wasm32-wasi; \
7371
rustup target add wasm32-wasip1; \
7472
cargo --version; \
7573
cargo +${rust_nightly_version} --version;

0 commit comments

Comments
 (0)