buildbarn / bb-storage

Storage daemon, capable of storing data for the Remote Execution protocol
Apache License 2.0
142 stars 91 forks source link

bazel: Add `.bazelversion` file #195

Closed minor-fixes closed 7 months ago

minor-fixes commented 7 months ago

This change adds a .bazelversion file which allows bazelisk users to use the expected version of bazel when building. The version of bazel specified matches that of the one used in Github Actions currently.

This is a small quality-of-life improvement, as otherwise the default of "latest release" will download bazel 7, fail to build, and create bzlmod-related files in the process.