Skip to content

Commit

Permalink
Fix wasm-pack (solana-labs#32239)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoqun authored and wen-coding committed Aug 15, 2023
1 parent c99bd05 commit 72f8183
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/docker-rust/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# ci/rust-version.sh to pick up the new image tag
FROM rust:1.69.0

# we need to pin wasm-pack due to https://github.com/rustwasm/wasm-pack/issues/1308
RUN set -x \
&& apt update \
&& apt-get install apt-transport-https \
Expand Down Expand Up @@ -37,7 +38,7 @@ RUN set -x \
&& cargo install mdbook \
&& cargo install mdbook-linkcheck \
&& cargo install svgbob_cli \
&& cargo install wasm-pack \
&& cargo install --version 0.11.1 wasm-pack \
&& cargo install sccache \
&& rustc --version \
&& cargo --version

0 comments on commit 72f8183

Please sign in to comment.