summaryrefslogtreecommitdiff
path: root/src/buildstream/plugins/elements/stack.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildstream/plugins/elements/stack.py')
-rw-r--r--src/buildstream/plugins/elements/stack.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/buildstream/plugins/elements/stack.py b/src/buildstream/plugins/elements/stack.py
index 6b97e445f..0521e96f4 100644
--- a/src/buildstream/plugins/elements/stack.py
+++ b/src/buildstream/plugins/elements/stack.py
@@ -36,6 +36,9 @@ class StackElement(Element):
# This element ignores sources
BST_FORBID_SOURCES = True
+ # This element does not run any commands
+ BST_RUN_COMMANDS = False
+
def configure(self, node):
pass