Skip to content

Commit

Permalink
Build against latest bazel version instead of last_green
Browse files Browse the repository at this point in the history
Reverts bazelbuild#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.
  • Loading branch information
simuons committed Oct 21, 2024
1 parent 19a829e commit 0628a75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ tasks:
# Install xmllint
- sudo apt update && sudo apt install --reinstall libxml2-utils -y
- "./test_rules_scala.sh"
test_rules_scala_linux_last_green:
name: "./test_rules_scala (Bazel green head)"
test_rules_scala_linux_latest:
name: "./test_rules_scala (latest Bazel)"
platform: ubuntu2004
bazel: last_green
bazel: latest
shell_commands:
# Install xmllint
- sudo apt update && sudo apt install --reinstall libxml2-utils -y
Expand Down

0 comments on commit 0628a75

Please sign in to comment.