Skip to content

Commit e24e2a6

Browse files
authored
Build against latest bazel version instead of last_green (#1627)
Reverts #1349 This check should be optional however it fails all builds because bazel info fails Error is related to workspace setup Since we are in process of moving to bzlmod I think we should not bother with that now. Especially when reproducing locally it gives different error.
1 parent 19a829e commit e24e2a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.bazelci/presubmit.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ tasks:
2929
# Install xmllint
3030
- sudo apt update && sudo apt install --reinstall libxml2-utils -y
3131
- "./test_rules_scala.sh"
32-
test_rules_scala_linux_last_green:
33-
name: "./test_rules_scala (Bazel green head)"
32+
test_rules_scala_linux_latest:
33+
name: "./test_rules_scala (latest Bazel)"
3434
platform: ubuntu2004
35-
bazel: last_green
35+
bazel: latest
3636
shell_commands:
3737
# Install xmllint
3838
- sudo apt update && sudo apt install --reinstall libxml2-utils -y

0 commit comments

Comments
 (0)