You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by tv...@apache.org on 2021/02/04 07:11:35 UTC

[buildstream] 02/12: manual.py: Add BST_VIRTUAL_DIRECTORY flag

This is an automated email from the ASF dual-hosted git repository.

tvb pushed a commit to branch richardmaw/shell-multi-stage
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 55259205e6c534c84b172326fef34cdf781415d7
Author: Richard Maw <ri...@codethink.co.uk>
AuthorDate: Wed Nov 7 15:48:42 2018 +0000

    manual.py: Add BST_VIRTUAL_DIRECTORY flag
---
 buildstream/plugins/elements/manual.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/buildstream/plugins/elements/manual.py b/buildstream/plugins/elements/manual.py
index 3300d01..8f951ab 100644
--- a/buildstream/plugins/elements/manual.py
+++ b/buildstream/plugins/elements/manual.py
@@ -36,7 +36,8 @@ from buildstream import BuildElement
 
 # Element implementation for the 'manual' kind.
 class ManualElement(BuildElement):
-    pass
+    # Supports virtual directories (required for remote execution)
+    BST_VIRTUAL_DIRECTORY = True
 
 
 # Plugin entry point