diff options
author | Jürg Billeter <j@bitron.ch> | 2020-02-11 19:12:13 +0100 |
---|---|---|
committer | Jürg Billeter <j@bitron.ch> | 2020-06-03 13:49:39 +0200 |
commit | b487a11f6ee529c9cba505106d054c92c16e864c (patch) | |
tree | 714a62624ea172bfe234bce525866ad7acdf5c81 /src/buildstream/sandbox/_sandboxreapi.py | |
parent | 316e65807cb80b4c8ad2067e20477e2745838eff (diff) | |
download | buildstream-b487a11f6ee529c9cba505106d054c92c16e864c.tar.gz |
sandbox: Drop _use_cas_based_directory()
It is always true.
Diffstat (limited to 'src/buildstream/sandbox/_sandboxreapi.py')
-rw-r--r-- | src/buildstream/sandbox/_sandboxreapi.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/buildstream/sandbox/_sandboxreapi.py b/src/buildstream/sandbox/_sandboxreapi.py index 43d00a357..5c2851580 100644 --- a/src/buildstream/sandbox/_sandboxreapi.py +++ b/src/buildstream/sandbox/_sandboxreapi.py @@ -34,10 +34,6 @@ class SandboxREAPI(Sandbox): self._output_node_properties = kwargs.get("output_node_properties") - def _use_cas_based_directory(self): - # Always use CasBasedDirectory for REAPI - return True - def _run(self, command, flags, *, cwd, env): context = self._get_context() cascache = context.get_cascache() |