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.
@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.
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