summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--buildstream/plugins/elements/stack.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/buildstream/plugins/elements/stack.py b/buildstream/plugins/elements/stack.py
index 45c49c514..bee650ca4 100644
--- a/buildstream/plugins/elements/stack.py
+++ b/buildstream/plugins/elements/stack.py
@@ -31,6 +31,8 @@ from buildstream import Element
# Element implementation for the 'stack' kind.
class StackElement(Element):
+ strict_rebuild = True
+
def configure(self, node):
pass