| commit | c181f93c9f473cf73bb1522720d12280d8f46b2c | [log] [tgz] |
|---|---|---|
| author | Yun Peng <pcloudy@google.com> | Thu Nov 06 02:54:56 2025 +0100 |
| committer | GitHub <noreply@github.com> | Thu Nov 06 01:54:56 2025 +0000 |
| tree | d97350571e873abee1a1e25fca6f02f11823e887 | |
| parent | 49b66308af877661f318d2f7b22f5c59847695eb [diff] |
Add batch_commands to presubmit.yml (#3389) Fix bcr presubmit build on windows
diff --git a/.bcr/gazelle/presubmit.yml b/.bcr/gazelle/presubmit.yml index ff1c9e7..e4db2a8 100644 --- a/.bcr/gazelle/presubmit.yml +++ b/.bcr/gazelle/presubmit.yml
@@ -25,6 +25,8 @@ bazel: ${{ bazel }} shell_commands: - "echo 'common --override_module=rules_python=' >> .bazelrc" + batch_commands: + - "echo common --override_module=rules_python= >> .bazelrc" build_targets: - "//..." - ":modules_map"