Skip to content

Commit

Permalink
Automated rollback of commit 30536ba.
Browse files Browse the repository at this point in the history
*** Reason for rollback ***

Rollback this incompatible flag change for the 0.22 release due to the problems introduced by bazelbuild@baa1786. I think it's too risky to ship this code in the 0.22 release.

*** Original change description ***

Flipping --incompatible_remote_symlinks to true.

After this change, Bazel by default will use RE API SymlinkNodes to represent symbolic links in the action input tree.

PiperOrigin-RevId: 230529171
  • Loading branch information
buchgr authored and Copybara-Service committed Jan 23, 2019
1 parent ed99017 commit 6345c74
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 = "true",
defaultValue = "false",
category = "remote",
documentationCategory = OptionDocumentationCategory.EXECUTION_STRATEGY,
effectTags = {OptionEffectTag.EXECUTION},
Expand Down

0 comments on commit 6345c74

Please sign in to comment.