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.

Fixes bazelbuild#16654

Closes bazelbuild#16692.

PiperOrigin-RevId: 491968093
Change-Id: Iceead2dc08bc917d8eb173c8e7e67491f8f3df01
fmeum authored and copybara-github committed Nov 30, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 3ba4b4f commit 6f6d4cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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},

0 comments on commit 6f6d4cc

Please sign in to comment.