summaryrefslogtreecommitdiff
path: root/src/buildstream/_artifact.py
diff options
context:
space:
mode:
authorAbderrahim Kitouni <akitouni@gnome.org>2020-06-22 17:29:47 +0100
committerbst-marge-bot <marge-bot@buildstream.build>2020-07-29 13:23:50 +0000
commit69df577aecaf2b0cf0a978b66a5b3a05c2f2237b (patch)
treedf01a1085170d2fdbfd400fe5519612d60e9e342 /src/buildstream/_artifact.py
parent3e8af8ae40648bbfb174fc998da7eaf6ac008b1f (diff)
downloadbuildstream-69df577aecaf2b0cf0a978b66a5b3a05c2f2237b.tar.gz
Rework handling of cached failures
Diffstat (limited to 'src/buildstream/_artifact.py')
-rw-r--r--src/buildstream/_artifact.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/buildstream/_artifact.py b/src/buildstream/_artifact.py
index cf82a1636..ac33f041c 100644
--- a/src/buildstream/_artifact.py
+++ b/src/buildstream/_artifact.py
@@ -193,7 +193,6 @@ class Artifact:
log_filename = context.messenger.get_log_filename()
if log_filename:
digest = self._cas.add_object(path=log_filename)
- element._build_log_path = self._cas.objpath(digest)
log = artifact.logs.add()
log.name = os.path.basename(log_filename)
log.digest.CopyFrom(digest)