aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/pkgcache
diff options
context:
space:
mode:
authorGravatar ulfjack <ulfjack@google.com>2018-06-08 03:58:20 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-06-08 03:59:39 -0700
commit2b86beeb09dfc07bb95fef5617d39ac944605551 (patch)
treeb09a537586b0a8914916cc1f1807802855daeb9b /src/main/java/com/google/devtools/build/lib/pkgcache
parent3a6ccb154698ae377f85a811113cb54a943c871a (diff)
Remove the legacy loading phase runner
PiperOrigin-RevId: 199775400
Diffstat (limited to 'src/main/java/com/google/devtools/build/lib/pkgcache')
-rw-r--r--src/main/java/com/google/devtools/build/lib/pkgcache/LoadingOptions.java6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/pkgcache/LoadingOptions.java b/src/main/java/com/google/devtools/build/lib/pkgcache/LoadingOptions.java
index 3bc197ea6d..436ae9c932 100644
--- a/src/main/java/com/google/devtools/build/lib/pkgcache/LoadingOptions.java
+++ b/src/main/java/com/google/devtools/build/lib/pkgcache/LoadingOptions.java
@@ -139,11 +139,7 @@ public class LoadingOptions extends OptionsBase {
)
public boolean buildManualTests;
- // If this option is set, the value of experimental_interleave_loading_and_analysis is completely
- // ignored. This enables a different LoadingPhaseRunner implementation which doesn't implement
- // the loading phase at all, and therefore can't currently support the other flag. If we roll this
- // out soonish, then we're never going to implement the legacy code path in the new
- // implementation, making it a moot point.
+ @Deprecated
@Option(
name = "experimental_skyframe_target_pattern_evaluator",
defaultValue = "true",