Skip to content

Commit

Permalink
Flip --incompatible_windows_escape_python_args
Browse files Browse the repository at this point in the history
    CI test results (Bazel@HEAD + Downstream):
    https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/1003

    The flag affects Windows only, and on Windows only
    two projects are broken: rules_foreign_cc and
    rules_nodejs.

    These are also broken on other platforms, and in
    the previous build:
    https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/1002

    Therefore I'm reasonably sure they are not broken
    by this PR. That said, we can't completely be
    sure because the tests didn't run.

    See bazelbuild/bazel#7974

    Change-Id: I2cc09a4e9295495062dc4ac79b859dec6512b1b7

    Closes #8478.

    Change-Id: I2cc09a4e9295495062dc4ac79b859dec6512b1b7
    PiperOrigin-RevId: 250437116
  • Loading branch information
Luca Di Grazia committed Sep 4, 2022
1 parent 2e1a376 commit bdc1b0c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ public String getTypeDescription() {

@Option(
name = "incompatible_use_python_toolchains",
defaultValue = "true",
defaultValue = "false",
documentationCategory = OptionDocumentationCategory.GENERIC_INPUTS,
effectTags = {OptionEffectTag.LOADING_AND_ANALYSIS},
metadataTags = {
Expand Down

0 comments on commit bdc1b0c

Please sign in to comment.