diff options
Diffstat (limited to 'src/buildstream/plugins/elements/stack.py')
-rw-r--r-- | src/buildstream/plugins/elements/stack.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/buildstream/plugins/elements/stack.py b/src/buildstream/plugins/elements/stack.py index 267ac02ce..ae15af63a 100644 --- a/src/buildstream/plugins/elements/stack.py +++ b/src/buildstream/plugins/elements/stack.py @@ -39,6 +39,9 @@ class StackElement(Element): # This element does not allow sources BST_FORBID_SOURCES = True + # Stack elements do not run any commands + BST_RUN_COMMANDS = False + def configure(self, node): pass |