From 05782b85bc599244f63613d4ad63ea181a4d7084 Mon Sep 17 00:00:00 2001 From: maflcko <6399679+maflcko@users.noreply.github.com> Date: Mon, 17 Jun 2024 22:19:13 +0200 Subject: [PATCH] wasmtime: Fix build (#12076) Co-authored-by: MarcoFalke <6399679+MarcoFalke@users.noreply.github.com> --- projects/wasmtime/build.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/projects/wasmtime/build.sh b/projects/wasmtime/build.sh index cf71ef02a9d2..547ebd14bafa 100755 --- a/projects/wasmtime/build.sh +++ b/projects/wasmtime/build.sh @@ -21,6 +21,10 @@ git submodule update --init --recursive git clone --depth 1 https://github.com/bytecodealliance/wasmtime-libfuzzer-corpus wasmtime-libfuzzer-corpus +# Temporary workaround. Can be removed once OSS-Fuzz rust toolchain is bumped. +export RUSTUP_TOOLCHAIN=nightly-2024-02-12 + + # Note: This project creates Rust fuzz targets exclusively build() {