diff options
author | Phillip Smyth <phillipsmyth@Nexus-x240.dyn.ducie.codethink.co.uk> | 2018-05-29 13:47:30 +0100 |
---|---|---|
committer | knownexus <phillip.smyth@codethink.co.uk> | 2018-07-23 14:26:47 +0100 |
commit | e70237a54e4a0d4b5aa0497de6ea6544abc5c2a8 (patch) | |
tree | 15830bd3120201083e83901987722f0541937198 /buildstream/_versions.py | |
parent | 364706f3282b840d2ff3268ce83904277c8a63e8 (diff) | |
download | buildstream-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.py | 2 |
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 |