summaryrefslogtreecommitdiff
path: root/src/buildstream/plugins/elements/manual.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildstream/plugins/elements/manual.py')
-rw-r--r--src/buildstream/plugins/elements/manual.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/buildstream/plugins/elements/manual.py b/src/buildstream/plugins/elements/manual.py
index 97da41615..c95b8e5a2 100644
--- a/src/buildstream/plugins/elements/manual.py
+++ b/src/buildstream/plugins/elements/manual.py
@@ -36,9 +36,6 @@ from buildstream import BuildElement, SandboxFlags
# Element implementation for the 'manual' kind.
class ManualElement(BuildElement):
- # Supports virtual directories (required for remote execution)
- BST_VIRTUAL_DIRECTORY = True
-
# Enable command batching across prepare() and assemble()
def configure_sandbox(self, sandbox):
super().configure_sandbox(sandbox)