diff --git a/.clusterfuzzlite/Dockerfile b/.clusterfuzzlite/Dockerfile index ade9186821..a46ffea94d 100644 --- a/.clusterfuzzlite/Dockerfile +++ b/.clusterfuzzlite/Dockerfile @@ -1,7 +1,4 @@ FROM gcr.io/oss-fuzz-base/base-builder-rust:v1 -RUN rustup install nightly-2024-09-24 && rustup default nightly-2024-09-24 -RUN rustup component add rust-src --toolchain nightly-2024-09-24 -ENV RUSTUP_TOOLCHAIN=nightly-2024-09-24 COPY . $SRC/fuel-vm WORKDIR fuel-vm COPY .clusterfuzzlite/build.sh $SRC/ diff --git a/CHANGELOG.md b/CHANGELOG.md index 0627562ef7..fd232a56ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +### Fixed +- [860](https://github.com/FuelLabs/fuel-vm/pull/860): Fixed missing fuzzing coverage report in CI. + ## [Version 0.58.2] ### Fixed