Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ buildifier:
bazel: 7.x
skip_in_bazel_downstream_pipeline: "Bazel 7 required"
.reusable_config: &reusable_config
environment:
USE_BAZEL_DIFF: "1"
EXP_USE_CQUERY: "true"
# USE_BAZEL_DIFF is disabled because target_compatible_with is used heavily,
# but BazelCI's bazel-diff integration errors when handling them.
# environment:
# USE_BAZEL_DIFF: "1"
build_targets:
- "--"
- "..."
Expand Down