abderrahim opened a new pull request, #2032:
URL: https://github.com/apache/buildstream/pull/2032
There used to be a time where buildstream could partially download artifacts,
which could mean that not all artifact blobs are available locally. This is
no
longer the case: support for partial artifacts was dropped in favour of the
cache storage-service and is only used for buildtrees, which aren't used in
this case.
Downloading missing blobs from the cache storage-service is handled in
`CASCache._send_blobs()` called a few lines below.
This PR also drops `ArtifactCache.{fetch,find}_missing_blobs()` which are
unused.
--
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]