Skip to content

Commit

Permalink
Set --enable_workspace on last_green CI build
Browse files Browse the repository at this point in the history
Learning more about BuildKite every day.
  • Loading branch information
mbland committed Oct 4, 2024
1 parent 091f487 commit 14d3fa6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ tasks:
shell_commands:
# Install xmllint
- sudo apt update && sudo apt install --reinstall libxml2-utils -y
- echo "build --enable_workspace" >> .bazelrc
- "./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)\""
test_rules_scala_macos:
name: "./test_rules_scala"
Expand Down

0 comments on commit 14d3fa6

Please sign in to comment.