Skip to content

Commit 0ac3cf1

Browse files
Skip wit-bindgen install on emscripten builder
1 parent f4db52d commit 0ac3cf1

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

builders/wasm32-unknown-emscripten/Dockerfile

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
1-
FROM rust:1.57-buster as wit-bindgen-builder
2-
3-
ARG WIT_BINDGEN_REV=dab589f579b980c81b39c8348400b88a8c4d175a
4-
RUN cargo install --git https://github.com/bytecodealliance/wit-bindgen \
5-
--rev $WIT_BINDGEN_REV \
6-
--root /tmp/install wit-bindgen-cli
7-
81
FROM emscripten/emsdk:2.0.13
92

10-
COPY --from=wit-bindgen-builder /tmp/install/bin/wit-bindgen /usr/local/bin/wit-bindgen
11-
123
RUN set -eux; \
134
apt-get update; \
145
apt-get install ruby bison make autoconf git curl -y; \

0 commit comments

Comments
 (0)