Upgrade Bazel version from 7.2.1 to 8.5.1#1021
Merged
BYVoid merged 1 commit intoBYVoid:masterfrom Jan 20, 2026
Merged
Conversation
Contributor
Author
|
这个 failure 是因为 runner 的网络临时有问题,可以再试一次。 |
Owner
|
我不太清楚如何重試 另外,這樣的升級會導致Bazel 7.x的用戶無法使用嗎 |
Contributor
Author
|
.bazelversion 只有 Bazelisk 会读;Bazelisk 是事实上的标准 Bazel 启动器。 当 .bazelversion 变化后,Bazelisk 在首次运行 bazel 时会下载安装新版本 Bazel 到本地。 升级 .bazelversion 版本可以让项目以 Bazel 8.x 作为构建解释器运行,从而以后有条件使用 Bazel 8.x 提供的新特性,但目前还没有使用。 |
This is the latest Bazel LTS version.
Contributor
點進失敗的 workflow 應該可以找到 re-run 的選項。 更進階的,可以在 workflow file 的 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is the latest Bazel LTS version.