bazelbuild / rules_fuzzing

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

Pin Bazel to 4.2.2 #194

Closed fmeum closed 2 years ago

fmeum commented 2 years ago

Since OSS-Fuzz uses Bazelisk to invoke Bazel and rules_fuzzing does not pin a Bazel version, the latest stable release of Bazel will be used. This can (and did, twice now) unexpectedly break the build.

We should intead pin a Bazel version and consciously update it when we add support for a new version.

Fixes #193

fmeum commented 2 years ago

@stefanbucur This gets the pipeline green, but of course we should support the new Bazel version released just a few hours ago. I will work on that separately.