juergbi commented on code in PR #2036:
URL: https://github.com/apache/buildstream/pull/2036#discussion_r2293406850
##########
src/buildstream/_artifactcache.py:
##########
@@ -361,6 +361,9 @@ def _push_artifact_proto(self, element, artifact,
artifact_digest, remote):
referenced_directories.append(artifact_proto.sources)
if artifact_proto.buildroot:
referenced_directories.append(artifact_proto.buildroot)
+ if artifact_proto.buildsandbox:
+ for subsandbox_digest in
artifact_proto.buildsandbox.subsandbox_digests:
Review Comment:
Good catch. I've added that incl. test coverage.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]