bazelbuild / rules_fuzzing

Bazel Starlark extensions for defining fuzz tests in Bazel projects
Apache License 2.0
81 stars 19 forks source link

Update to Bazel 7 #241

Closed fmeum closed 6 months ago

fmeum commented 6 months ago

See the individual commit messages for details.

stefanbucur commented 6 months ago

This is great! I was wondering what's causing the "Bazel Test / Coverage gathering (C++)" test to fail though.

fmeum commented 6 months ago

@stefanbucur Tests are passing now. This was caused by a mismatch between clang and llvm-cov/llvm-profdata versions.