Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit afd48eb

Browse files
committed
Fix wasm-pack
1 parent c595c38 commit afd48eb

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 \
@@ -36,7 +37,7 @@ RUN set -x \
3637
&& cargo install mdbook \
3738
&& cargo install mdbook-linkcheck \
3839
&& cargo install svgbob_cli \
39-
&& cargo install wasm-pack \
40+
&& cargo install --version 0.11.1 wasm-pack \
4041
&& cargo install sccache \
4142
&& rustc --version \
4243
&& cargo --version

0 commit comments

Comments
 (0)