Bazel: 8.0.0 -> 8.1.0 (#1185)

With this commit Bazel 8.1.0 [1] starts being used to build Mozc unless
USE_BAZEL_VERSION environment variable is specified or the bazel command
is directly invoked.

There is expected to be no compatibility issue between Bazel 8.0.0 and
Bazel 8.1.0 as far as I know.

 [1]: https://github.com/bazelbuild/bazel/releases/tag/8.1.0

PiperOrigin-RevId: 728118776
This commit is contained in:
Yohei Yukawa
2025-02-18 20:22:25 +09:00
committed by GitHub
parent d0b7b13628
commit 58256b6ba7

View File

@ -1 +1 @@
USE_BAZEL_VERSION=8.0.0 USE_BAZEL_VERSION=8.1.0