Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(fuzz_coverage): Don't specify compiler version to avoid raw profile version mismatch #860

Merged
merged 2 commits into from
Oct 17, 2024

Conversation

netrome
Copy link
Contributor

@netrome netrome commented Oct 17, 2024

This PR fixes the missing coverage reports by removing an unnecessary nightly version pinning. As the OSS-FUZZ base builder image already comes with the latest rust nightly compiler (docs https://google.github.io/oss-fuzz/getting-started/new-project-guide/rust-lang/#dockerfile), this version pinning which causes a version conflict in the generated raw profile file.

The fix is to simply remove the pinned compiler version from the dockerfile.

This has been tested and a successful CI run can be observed here, with the generated coverage reports visible here.

@netrome netrome requested a review from a team October 17, 2024 09:16
@netrome netrome linked an issue Oct 17, 2024 that may be closed by this pull request
@netrome netrome requested a review from a team October 17, 2024 10:44
@netrome netrome added this pull request to the merge queue Oct 17, 2024
Merged via the queue into master with commit d3431df Oct 17, 2024
40 checks passed
@netrome netrome deleted the 856-investigate-missing-fuzz-coverage-reports-in-ci branch October 17, 2024 11:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Investigate missing fuzz coverage reports in CI
4 participants