Skip to content

Commit

Permalink
Flip building transitive python runfiles to false
Browse files Browse the repository at this point in the history
No issues were reported in the tracking issue.

Fixes #16303

RELNOTES[INC]: --experimental_build_transitive_python_runfiles is flipped to false. See #16303 for details

PiperOrigin-RevId: 503519003
Change-Id: I8c3650eeb0a739431944598df9d0a6cece3b962c
  • Loading branch information
rickeylev authored and hvadehra committed Feb 14, 2023
1 parent ed6193e commit 27cd768
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -236,7 +236,7 @@ public String getTypeDescription() {

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

0 comments on commit 27cd768

Please sign in to comment.