Skip to content

Commit

Permalink
Flip --incompatible_always_include_files_in_data
Browse files Browse the repository at this point in the history
RELNOTES[INC]: `--incompatible_always_include_files_in_data` is flipped
to true. See bazelbuild#16654 for
details.
  • Loading branch information
fmeum committed Nov 8, 2022
1 parent aff1ca8 commit b3072b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ public ExecConfigurationDistinguisherSchemeConverter() {

@Option(
name = "incompatible_always_include_files_in_data",
defaultValue = "false",
defaultValue = "true",
documentationCategory = OptionDocumentationCategory.OUTPUT_SELECTION,
effectTags = {OptionEffectTag.AFFECTS_OUTPUTS},
metadataTags = {OptionMetadataTag.INCOMPATIBLE_CHANGE},
Expand Down

0 comments on commit b3072b5

Please sign in to comment.