Skip to content

Commit 5c97409

Browse files
committed
Set latest Bazel build to 7.x after 8.0.0 release
This fixes CI builds because Bazel 8.0.0 just came out, but `rules_scala` is not yet Bazel 8 compatible, causing `latest Bazel` builds to fail. Part of bazelbuild#1625 and bazelbuild#1652. - https://github.com./bazelbuild/bazelisk?tab=readme-ov-file#how-does-bazelisk-know-which-bazel-version-to-run
1 parent dca724a commit 5c97409

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.bazelci/presubmit.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ tasks:
3232
test_rules_scala_linux_latest:
3333
name: "./test_rules_scala (latest Bazel)"
3434
platform: ubuntu2004
35-
bazel: latest
35+
# Restore `bazel: latest` once Bazel 8 compatibility lands (#1625, #1652).
36+
bazel: 7.x
3637
shell_commands:
3738
# Install xmllint
3839
- sudo apt update && sudo apt install --reinstall libxml2-utils -y

0 commit comments

Comments
 (0)