juergbi commented on code in PR #2033:
URL: https://github.com/apache/buildstream/pull/2033#discussion_r2200972058


##########
src/buildstream/sandbox/_sandboxremote.py:
##########
@@ -154,7 +154,7 @@ def run_remote_command(self, action_digest):
 
         stub = self.exec_remote.exec_service
         request = remote_execution_pb2.ExecuteRequest(
-            instance_name=self.exec_remote.instance_name, 
action_digest=action_digest, skip_cache_lookup=False
+            instance_name=self.exec_remote.instance_name, 
action_digest=action_digest, skip_cache_lookup=True

Review Comment:
   We don't want to always skip cache lookup. If no `action-service-cache` is 
declared, internal action cache lookup by the remote execution server should 
still be used.



-- 
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]

Reply via email to