diff options
author | Richard Maw <richard.maw@codethink.co.uk> | 2018-06-05 15:09:47 +0100 |
---|---|---|
committer | knownexus <phillip.smyth@codethink.co.uk> | 2018-07-31 17:32:58 +0100 |
commit | e8cd43dc50c41c44bf29d68e4ce947182de5d848 (patch) | |
tree | fd6afeccdc866e69be0b31593dca56ec6c97e17b /NEWS | |
parent | 3fa79d8da42e3ab4abb93d9891cc96a4a509cebb (diff) | |
download | buildstream-e8cd43dc50c41c44bf29d68e4ce947182de5d848.tar.gz |
NEWS: Describe caching of failures
Closes #76.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -11,6 +11,13 @@ buildstream 1.1.5 o Added new `remote` source plugin for downloading file blobs + o Failed builds are included in the cache as well. + `bst checkout` will provide anything in `%{install-root}`. + A build including cached fails will cause any dependant elements + to not be scheduled and fail during artifact assembly, + and display the retry prompt during an interactive session. + + ================= buildstream 1.1.4 ================= |