Skip to content

Commit

Permalink
Enable --incompatible_skip_genfiles_symlink by default
Browse files Browse the repository at this point in the history
Fixes #8651

RELNOTES: incompatible_skip_genfiles_symlink is enabled by default (#8651)
PiperOrigin-RevId: 266367455
  • Loading branch information
laurentlb authored and copybara-github committed Aug 30, 2019
1 parent 480ac1f commit 8795c2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ public boolean useTopLevelTargetsForSymlinks() {

@Option(
name = "incompatible_skip_genfiles_symlink",
defaultValue = "false",
defaultValue = "true",
documentationCategory = OptionDocumentationCategory.UNDOCUMENTED,
metadataTags = {
OptionMetadataTag.INCOMPATIBLE_CHANGE,
Expand Down
2 changes: 2 additions & 0 deletions src/test/shell/testenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,8 @@ common --color=no --curses=no
# TODO(#7899): Remove once we flip the flag default.
build --incompatible_use_python_toolchains=true
build --incompatible_skip_genfiles_symlink=false
${EXTRA_BAZELRC:-}
EOF

Expand Down

0 comments on commit 8795c2a

Please sign in to comment.