Skip to content

Commit 4884e45

Browse files
committed
wasmtime: fix broken build
1 parent 4bf20ff commit 4884e45

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

projects/wasmtime/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ WORKDIR wasmtime
3838

3939
# The default toolchain used by OSS-Fuzz is too old to build Wasmtime at this
4040
# time.
41-
ENV RUSTUP_TOOLCHAIN nightly-2025-07-16
41+
ENV RUSTUP_TOOLCHAIN=nightly-2025-07-16
42+
RUN rustup target add wasm32-unknown-unknown wasm32-wasip1 --toolchain nightly-2025-07-16
4243

4344
COPY build.sh *.options $SRC/

0 commit comments

Comments
 (0)