Skip to content

Commit a9cad8b

Browse files
authored
Fix Bazel latest and 5.0.0 Buildkite jobs (#1348)
* Fix Bazel latest and 5.0.0 Buildkite jobs
1 parent 22e999c commit a9cad8b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.bazelci/presubmit.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,16 @@ tasks:
3434
platform: ubuntu2004
3535
bazel: 5.0.0
3636
shell_commands:
37-
- "./test_rules_scala.sh || buildkite-agent annotate --style 'warning' \"Optional build with latest Bazel version failed, [see here](${BUILDKITE_BUILD_URL}#${BUILDKITE_JOB_ID}) (It is not mandatory but worth checking)\""
37+
# Install xmllint
38+
- sudo apt update && sudo apt install -y libxml2-utils
39+
- "./test_rules_scala.sh"
3840
test_rules_scala_linux_latest:
3941
name: "./test_rules_scala (latest Bazel)"
4042
platform: ubuntu2004
4143
bazel: latest
4244
shell_commands:
45+
# Install xmllint
46+
- sudo apt update && sudo apt install -y libxml2-utils
4347
- "./test_rules_scala.sh || buildkite-agent annotate --style 'warning' \"Optional build with latest Bazel version failed, [see here](${BUILDKITE_BUILD_URL}#${BUILDKITE_JOB_ID}) (It is not mandatory but worth checking)\""
4448
test_rules_scala_macos:
4549
name: "./test_rules_scala"

0 commit comments

Comments
 (0)