aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/com/google/devtools')
-rw-r--r--src/main/java/com/google/devtools/build/lib/analysis/SourceManifestAction.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/analysis/SourceManifestAction.java b/src/main/java/com/google/devtools/build/lib/analysis/SourceManifestAction.java
index a46e9f3743..7ddf308c0a 100644
--- a/src/main/java/com/google/devtools/build/lib/analysis/SourceManifestAction.java
+++ b/src/main/java/com/google/devtools/build/lib/analysis/SourceManifestAction.java
@@ -126,6 +126,12 @@ public class SourceManifestAction extends AbstractFileWriteAction {
};
}
+ @Override
+ public boolean isRemotable() {
+ // There is little gain to remoting these, since they include absolute path names inline.
+ return false;
+ }
+
/**
* Returns the input dependencies for this action. Note we don't need to create the symlink
* target Artifacts before we write the output manifest, so this Action does not have to