Skip to content

Commit

Permalink
Build against latest bazel version instead of last_green (bazelbuild#…
Browse files Browse the repository at this point in the history
…1627)

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.
simuons authored Oct 21, 2024
1 parent 19a829e commit e24e2a6
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
@@ -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

0 comments on commit e24e2a6

Please sign in to comment.