From 5cbc026f09f99e078940600c0e5860995f8de9e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5rten=20Blankfors?= Date: Thu, 17 Oct 2024 10:56:16 +0200 Subject: [PATCH 1/2] fix: Don't specify compiler version to avoid profile version mismatch --- .clusterfuzzlite/Dockerfile | 3 --- 1 file changed, 3 deletions(-) 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/ From da2a1d3802a27ac9abe1bb385eb437dc42bc8eb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5rten=20Blankfors?= Date: Thu, 17 Oct 2024 11:20:28 +0200 Subject: [PATCH 2/2] chore: Update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) 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