commit | d759d0196ab4d9faf2846001d67988c11d55e2b4 | [log] [tgz] |
---|---|---|
author | Fabian Meumertzheim <fabian@meumertzhe.im> | Wed Jan 19 18:20:16 2022 +0100 |
committer | GitHub <noreply@github.com> | Wed Jan 19 12:20:16 2022 -0500 |
tree | c1efdbbbe6c7c194d8428e5b97aa512f6f1e997b | |
parent | ebf883d54a50872b95c80cd4bc3f0a9377462ffd [diff] |
Pin Bazel to 4.2.2 (#194) 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.
diff --git a/.bazelversion b/.bazelversion new file mode 100644 index 0000000..af8c8ec --- /dev/null +++ b/.bazelversion
@@ -0,0 +1 @@ +4.2.2