summaryrefslogtreecommitdiff
path: root/buildstream/_versions.py
diff options
context:
space:
mode:
authorPhillip Smyth <phillipsmyth@Nexus-x240.dyn.ducie.codethink.co.uk>2018-05-29 13:47:30 +0100
committerknownexus <phillip.smyth@codethink.co.uk>2018-07-23 14:26:47 +0100
commite70237a54e4a0d4b5aa0497de6ea6544abc5c2a8 (patch)
tree15830bd3120201083e83901987722f0541937198 /buildstream/_versions.py
parent364706f3282b840d2ff3268ce83904277c8a63e8 (diff)
downloadbuildstream-e70237a54e4a0d4b5aa0497de6ea6544abc5c2a8.tar.gz
Adding caching build trees
buildstream/element.py: Adding build tree to cache buildstream/_versions.py: Bumping BST_CORE_ARTIFACT_VERSION
Diffstat (limited to 'buildstream/_versions.py')
-rw-r--r--buildstream/_versions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildstream/_versions.py b/buildstream/_versions.py
index 4b1bc7ec2..28f00f8ca 100644
--- a/buildstream/_versions.py
+++ b/buildstream/_versions.py
@@ -33,4 +33,4 @@ BST_FORMAT_VERSION = 9
# 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_CORE_ARTIFACT_VERSION = 2
+BST_CORE_ARTIFACT_VERSION = 3