Skip to content

Commit

Permalink
Automated rollback of commit c18be0b0a0bf626edb98ac684fc579059af38b8c.
Browse files Browse the repository at this point in the history
    *** Reason for rollback ***

    https://buildkite.com/bazel/bazel-bazel/builds/7163

    *** Original change description ***

    Flip --incompatible_disable_legacy_crosstool_fields and --incompatible_disable_expand_if_all_available_in_flag_set

    Fixes #7008
    Fixes #6861

    TESTED=https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/852#5c90f69e-c5d2-44c1-8067-0bde4cba6f6d (remote execution is fixed after syncing, verified locally)

    RELNOTES: `--incompatible_disable_legacy_crosstool_fields` has been flipped (bazelbuild/bazel#6861)
    `--incompatible_disable_expand_if_all_available_in_flag_set...

    ***

    RELNOTES: None.
    PiperOrigin-RevId: 238193947
  • Loading branch information
Luca Di Grazia committed Sep 4, 2022
1 parent 2399d36 commit 1311bed
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ public Label getFdoPrefetchHintsLabel() {
@Option(
name = "incompatible_disable_legacy_crosstool_fields",
oldName = "experimental_disable_legacy_crosstool_fields",
defaultValue = "true",
defaultValue = "false",
documentationCategory = OptionDocumentationCategory.TOOLCHAIN,
effectTags = {OptionEffectTag.LOADING_AND_ANALYSIS},
metadataTags = {
Expand Down Expand Up @@ -753,7 +753,7 @@ public Label getFdoPrefetchHintsLabel() {

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

0 comments on commit 1311bed

Please sign in to comment.