Skip to content

Commit

Permalink
wasmtime: Fix build (#12076)
Browse files Browse the repository at this point in the history
Co-authored-by: MarcoFalke <[email protected]>
  • Loading branch information
maflcko and maflcko committed Jun 17, 2024
1 parent aa07248 commit 05782b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions projects/wasmtime/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 05782b8

Please sign in to comment.