Skip to content

Commit

Permalink
remote: flip --incompatible_remote_symlinks
Browse files Browse the repository at this point in the history
with this flag enabled symlink outputs in remote caching
will be represented as such.

RELNOTES: --incompatible_remote_symlinks has been flipped. The remote caching and execution protocol will now represent symlinks in outputs as such. See #7917 for more details.
PiperOrigin-RevId: 241482756
  • Loading branch information
buchgr authored and copybara-github committed Apr 2, 2019
1 parent 57818a4 commit ff8068f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ public final class RemoteOptions extends OptionsBase {

@Option(
name = "incompatible_remote_symlinks",
defaultValue = "false",
defaultValue = "true",
category = "remote",
documentationCategory = OptionDocumentationCategory.EXECUTION_STRATEGY,
effectTags = {OptionEffectTag.EXECUTION},
Expand Down

0 comments on commit ff8068f

Please sign in to comment.