summaryrefslogtreecommitdiff
path: root/src/buildstream/sandbox/_sandboxremote.py
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2019-12-10 12:34:19 +0000
committerJürg Billeter <j@bitron.ch>2019-12-10 12:34:19 +0000
commit4ad66cd51f36319feef0ed0824e303f3f64c7422 (patch)
tree0a71cc445f0fdd3f0cfa14466a0ff7d11adc3743 /src/buildstream/sandbox/_sandboxremote.py
parent393fd2d458181cb9cbf30133dc5bbac8659db84b (diff)
parent9fe6c9e63a50edd80c792608b6c6bc63ff2e2e1f (diff)
downloadbuildstream-4ad66cd51f36319feef0ed0824e303f3f64c7422.tar.gz
Merge branch 'juerg/buildbox-run' into 'master'
Add buildbox-run sandboxing backend See merge request BuildStream/buildstream!1738
Diffstat (limited to 'src/buildstream/sandbox/_sandboxremote.py')
-rw-r--r--src/buildstream/sandbox/_sandboxremote.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildstream/sandbox/_sandboxremote.py b/src/buildstream/sandbox/_sandboxremote.py
index d4ffd64a1..5ec1c974b 100644
--- a/src/buildstream/sandbox/_sandboxremote.py
+++ b/src/buildstream/sandbox/_sandboxremote.py
@@ -297,7 +297,7 @@ class SandboxRemote(SandboxREAPI):
"{} output files are missing on the CAS server".format(len(remote_missing_blobs))
)
- def _execute_action(self, action):
+ def _execute_action(self, action, flags):
context = self._get_context()
project = self._get_project()
cascache = context.get_cascache()