summaryrefslogtreecommitdiff
path: root/buildstream/_project.py
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-02-06 16:24:43 +0000
committerJürg Billeter <j@bitron.ch>2018-02-07 10:26:15 +0000
commitcd62e98834d91cbf32ac7d1408b6c0972c690591 (patch)
treeb000a18503dffcf98e9dd16a5c6a521db617aece /buildstream/_project.py
parent5c6cfe10274b6588d8bbc785574d215a35305d80 (diff)
downloadbuildstream-cd62e98834d91cbf32ac7d1408b6c0972c690591.tar.gz
_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.
Diffstat (limited to 'buildstream/_project.py')
-rw-r--r--buildstream/_project.py2
1 files changed, 1 insertions, 1 deletions
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 = ':'