From 30536baa4a410d8c0a7adab5cd58cd8a2ac7e46c Mon Sep 17 00:00:00 2001 From: olaola Date: Wed, 19 Dec 2018 11:39:43 -0800 Subject: [PATCH] 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: 226207048 --- .../com/google/devtools/build/lib/remote/RemoteOptions.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/google/devtools/build/lib/remote/RemoteOptions.java b/src/main/java/com/google/devtools/build/lib/remote/RemoteOptions.java index 9f59acd86349d8..8d4167271b29cc 100644 --- a/src/main/java/com/google/devtools/build/lib/remote/RemoteOptions.java +++ b/src/main/java/com/google/devtools/build/lib/remote/RemoteOptions.java @@ -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},