Skip to content

Commit

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

The flip of this flag triggered some bug, the fix is in progress but rollback first to get a green downstream

bazelbuild#16446

*** Original change description ***

Default --incompatible_enforce_config_setting_visibility to true.

Fixes bazelbuild#12932.

PiperOrigin-RevId: 480281435
Change-Id: If6b45540fb21ba78fcafbca515d285f3e84932f0
  • Loading branch information
meteorcloudy authored and aiuto committed Oct 12, 2022
1 parent e508f5e commit 870a73f
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,7 @@ public ParallelismConverter() throws OptionsParsingException {

@Option(
name = "incompatible_enforce_config_setting_visibility",
// TODO(b/179944632): set this and --incompatible_config_setting_private_default_visibility
// to true, then make these no-ops, then remove.
defaultValue = "true",
defaultValue = "false",
documentationCategory = OptionDocumentationCategory.STARLARK_SEMANTICS,
effectTags = {OptionEffectTag.LOADING_AND_ANALYSIS},
metadataTags = {OptionMetadataTag.INCOMPATIBLE_CHANGE},
Expand Down

0 comments on commit 870a73f

Please sign in to comment.