diff options
author | Jürg Billeter <j@bitron.ch> | 2020-08-17 16:34:14 +0200 |
---|---|---|
committer | Jürg Billeter <j@bitron.ch> | 2020-08-18 14:20:14 +0200 |
commit | a3c45e8f94102bbf7104487e62a71bc0ef34da1b (patch) | |
tree | 1be181ae26acb24b1d191b7b0b6b8048dd6870ed /src/buildstream/sandbox/_sandboxbuildboxrun.py | |
parent | 10e208d0c40ebacc43cc9da2ebaf73c10bbc37da (diff) | |
download | buildstream-a3c45e8f94102bbf7104487e62a71bc0ef34da1b.tar.gz |
wip: Support for unprivileged FUSEjuerg/unprivileged-fuse
Diffstat (limited to 'src/buildstream/sandbox/_sandboxbuildboxrun.py')
-rw-r--r-- | src/buildstream/sandbox/_sandboxbuildboxrun.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/buildstream/sandbox/_sandboxbuildboxrun.py b/src/buildstream/sandbox/_sandboxbuildboxrun.py index 3d71b7440..e37483548 100644 --- a/src/buildstream/sandbox/_sandboxbuildboxrun.py +++ b/src/buildstream/sandbox/_sandboxbuildboxrun.py @@ -95,7 +95,8 @@ class SandboxBuildBoxRun(SandboxREAPI): buildbox_command = [ utils.get_host_tool("buildbox-run"), - "--use-localcas", + "--verbose", + "--local={}".format(cascache.casdir), "--remote={}".format(casd_process_manager._connection_string), "--action={}".format(action_file.name), "--action-result={}".format(result_file.name), |