Skip to content

Commit 2f9c7d6

Browse files
rickeylevcopybara-github
authored andcommitted
Flip building transitive python runfiles to false
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
1 parent 9fce5fc commit 2f9c7d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/google/devtools/build/lib/rules/python/PythonOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ public String getTypeDescription() {
236236

237237
@Option(
238238
name = "experimental_build_transitive_python_runfiles",
239-
defaultValue = "true",
239+
defaultValue = "false",
240240
documentationCategory = OptionDocumentationCategory.UNDOCUMENTED,
241241
effectTags = {OptionEffectTag.LOADING_AND_ANALYSIS, OptionEffectTag.AFFECTS_OUTPUTS},
242242
metadataTags = {OptionMetadataTag.INCOMPATIBLE_CHANGE},

0 commit comments

Comments
 (0)