Skip to content

Commit 72f8183

Browse files
ryoqunwen-coding
authored andcommitted
Fix wasm-pack (solana-labs#32239)
1 parent c99bd05 commit 72f8183

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/docker-rust/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# ci/rust-version.sh to pick up the new image tag
33
FROM rust:1.69.0
44

5+
# we need to pin wasm-pack due to https://github.com/rustwasm/wasm-pack/issues/1308
56
RUN set -x \
67
&& apt update \
78
&& apt-get install apt-transport-https \
@@ -37,7 +38,7 @@ RUN set -x \
3738
&& cargo install mdbook \
3839
&& cargo install mdbook-linkcheck \
3940
&& cargo install svgbob_cli \
40-
&& cargo install wasm-pack \
41+
&& cargo install --version 0.11.1 wasm-pack \
4142
&& cargo install sccache \
4243
&& rustc --version \
4344
&& cargo --version

0 commit comments

Comments
 (0)