You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by no...@apache.org on 2020/12/29 12:55:53 UTC

[buildstream] 09/12: NEWS: Describe caching of failures

This is an automated email from the ASF dual-hosted git repository.

not-in-ldap pushed a commit to branch richardmaw/wip/log-show
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 236f9958b1f85e9eb78ccbce43ac70cd8b5cebaa
Author: Richard Maw <ri...@codethink.co.uk>
AuthorDate: Tue Jun 5 15:09:47 2018 +0100

    NEWS: Describe caching of failures
    
    Closes #76.
---
 NEWS | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/NEWS b/NEWS
index dd60fe6..ad730c9 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,13 @@ buildstream 1.3.1
   o Add a `--tar` option to `bst checkout` which allows a tarball to be
     created from the artifact contents.
 
+  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
 =================