From cd62e98834d91cbf32ac7d1408b6c0972c690591 Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Tue, 6 Feb 2018 16:24:43 +0000 Subject: _project.py: Bumping artifact version for execution environment Now that we consider the arch and os for every artifact, lets bump the core artifact version to make this trackable. --- buildstream/_project.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buildstream/_project.py') diff --git a/buildstream/_project.py b/buildstream/_project.py index 1d109b11d..92efce926 100644 --- a/buildstream/_project.py +++ b/buildstream/_project.py @@ -45,7 +45,7 @@ BST_FORMAT_VERSION = 0 # or if buildstream was changed in a way which can cause # the same cache key to produce something that is no longer # the same. -BST_ARTIFACT_VERSION = 0 +BST_ARTIFACT_VERSION = 1 # The separator we use for user specified aliases _ALIAS_SEPARATOR = ':' -- cgit v1.2.1