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

juergbi pushed a commit to branch jbilleter/remoteasset
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 2013156c4088462f60d35c1ad05b82b7f2607434
Author: Jürg Billeter <[email protected]>
AuthorDate: Fri Nov 14 09:48:09 2025 +0100

    _artifactcache.py: Add `public_data` to list of referenced blobs
---
 src/buildstream/_artifactcache.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/buildstream/_artifactcache.py 
b/src/buildstream/_artifactcache.py
index aef3f00dd..c08f9d1e4 100644
--- a/src/buildstream/_artifactcache.py
+++ b/src/buildstream/_artifactcache.py
@@ -373,6 +373,9 @@ class ArtifactCache(AssetCache):
             log_file.digest for log_file in artifact_proto.logs
         ]
 
+        if artifact_proto.HasField("public_data"):
+            referenced_blobs.append(artifact_proto.public_data)
+
         try:
             remote.push_blob(
                 uris,

Reply via email to