Skip to content

Commit

Permalink
chore: pin the Bazel version
Browse files Browse the repository at this point in the history
This ensures that all developers have the same version of bazel as the CI machine.
Especially important if we decide to upgrade the version used, so devs aren't broken by missing features.
Note, Bazelisk, as well as Bazel's wrapper script you get from the installer, will check this file to prevent a wrong Bazel from running.
If we want a stronger guarantee, we can follow
https://github.com/bazelbuild/bazelisk#ensuring-that-your-developers-use-bazelisk-rather-than-bazel
  • Loading branch information
alexeagle committed Sep 11, 2022
1 parent 075ff86 commit 1414dde
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .bazelversion
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
5.3.0

0 comments on commit 1414dde

Please sign in to comment.