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"