From c620be4d39479b3560f2711503d4fc469bbed011 Mon Sep 17 00:00:00 2001 From: Abderrahim Kitouni Date: Mon, 4 May 2020 11:09:35 +0100 Subject: element.py: make BST_STRICT_REBUILD part of the cache key Otherwise, this could give rise to confusing situations like #1270 --- src/buildstream/element.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/buildstream/element.py b/src/buildstream/element.py index 6cce9b93f..88e7fedad 100644 --- a/src/buildstream/element.py +++ b/src/buildstream/element.py @@ -2048,6 +2048,7 @@ class Element(Plugin): "element-plugin-key": self.get_unique_key(), "element-plugin-name": self.get_kind(), "element-plugin-version": self.BST_ARTIFACT_VERSION, + "element-strict-rebuild": self.BST_STRICT_REBUILD, "sandbox": self.__sandbox_config.get_unique_key(), "environment": cache_env, "public": self.__public.strip_node_info(), -- cgit v1.2.1