summaryrefslogtreecommitdiff
path: root/src/buildstream/_cas/cascache.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildstream/_cas/cascache.py')
-rw-r--r--src/buildstream/_cas/cascache.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/buildstream/_cas/cascache.py b/src/buildstream/_cas/cascache.py
index dbdfa41a8..470a5e9c0 100644
--- a/src/buildstream/_cas/cascache.py
+++ b/src/buildstream/_cas/cascache.py
@@ -961,6 +961,8 @@ class CASCache():
def fetch_blobs(self, remote, digests):
missing_blobs = []
+ remote.init()
+
batch = _CASBatchRead(remote)
for digest in digests: