We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dca724a commit 5c97409Copy full SHA for 5c97409
.bazelci/presubmit.yml
@@ -32,7 +32,8 @@ tasks:
32
test_rules_scala_linux_latest:
33
name: "./test_rules_scala (latest Bazel)"
34
platform: ubuntu2004
35
- bazel: latest
+ # Restore `bazel: latest` once Bazel 8 compatibility lands (#1625, #1652).
36
+ bazel: 7.x
37
shell_commands:
38
# Install xmllint
39
- sudo apt update && sudo apt install --reinstall libxml2-utils -y
0 commit comments