summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2018-06-05 15:09:47 +0100
committerknownexus <phillip.smyth@codethink.co.uk>2018-07-31 17:32:58 +0100
commite8cd43dc50c41c44bf29d68e4ce947182de5d848 (patch)
treefd6afeccdc866e69be0b31593dca56ec6c97e17b
parent3fa79d8da42e3ab4abb93d9891cc96a4a509cebb (diff)
downloadbuildstream-e8cd43dc50c41c44bf29d68e4ce947182de5d848.tar.gz
NEWS: Describe caching of failures
Closes #76.
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4410b8459..05466b8c0 100644
--- a/NEWS
+++ b/NEWS
@@ -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
=================