Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion projects/wasmtime/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ WORKDIR wasmtime

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

COPY build.sh *.options $SRC/
Loading