commit | 4cc7b77ab28e1acdc75dfa67e82e52ec5de17851 | [log] [tgz] |
---|---|---|
author | ulfjack <ulfjack@google.com> | Fri Jun 09 08:37:51 2017 -0400 |
committer | John Cater <jcater@google.com> | Fri Jun 09 10:57:15 2017 -0400 |
tree | 9ebfa7cec29220f91feafaa5af63654a933636dd | |
parent | b609347b25b3e154f0d5892b7f7f230f2abf1a16 [diff] [blame] |
Disable local fallback by default We don't want people to get used to this. PiperOrigin-RevId: 158508816
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 d779aa7..35dd9f5 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
@@ -89,7 +89,7 @@ @Option( name = "remote_local_fallback", - defaultValue = "true", + defaultValue = "false", category = "remote", help = "Whether to fall back to standalone local execution strategy if remote execution fails." )