Skip to content

Commit

Permalink
[Experimental] Use cquery before bazel-diff (bazelbuild#1626)
Browse files Browse the repository at this point in the history
Progress towards bazelbuild#1605
  • Loading branch information
fweikert authored May 4, 2023
1 parent 7012a52 commit 5242a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildkite/bazelci.py
Original file line number Diff line number Diff line change
Expand Up @@ -2154,7 +2154,7 @@ def expand_test_target_patterns(bazel_binary, test_targets, test_flags):
+ [
"--nosystem_rc",
"--nohome_rc",
"query",
"cquery" if os.getenv("EXP_USE_CQUERY") else "query",
get_test_query(test_targets, test_flags),
],
print_output=False,
Expand Down

0 comments on commit 5242a59

Please sign in to comment.