Skip to content

Commit

Permalink
Flipping --incompatible_remote_symlinks to true.
Browse files Browse the repository at this point in the history
After this change, Bazel by default will use RE API SymlinkNodes to represent symbolic links in the action input tree.

PiperOrigin-RevId: 226207048
  • Loading branch information
olaola authored and Copybara-Service committed Dec 19, 2018
1 parent cc9c277 commit 30536ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,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 30536ba

Please sign in to comment.