diff options
author | Jürg Billeter <j@bitron.ch> | 2018-11-05 11:33:20 +0000 |
---|---|---|
committer | Jürg Billeter <j@bitron.ch> | 2018-11-05 11:33:20 +0000 |
commit | 82e971efa22b3d14d50397d627b7ace6b185a19d (patch) | |
tree | 4b580b616739278d990732da9335a0fb7627847b | |
parent | 9c2f9bf739de7aec577130f0b755d111fbb3706a (diff) | |
parent | 3788e7018aca5780b26ad0f8e78b9295b8c4864b (diff) | |
download | buildstream-82e971efa22b3d14d50397d627b7ace6b185a19d.tar.gz |
Merge branch 'juerg/remote-execution' into 'master'
element.py: Pass bare_directory also to SandboxRemote()
See merge request BuildStream/buildstream!928
-rw-r--r-- | buildstream/element.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/buildstream/element.py b/buildstream/element.py index 27c5014a3..5de0253c5 100644 --- a/buildstream/element.py +++ b/buildstream/element.py @@ -2180,6 +2180,7 @@ class Element(Plugin): stderr=stderr, config=config, server_url=self.__remote_execution_url, + bare_directory=bare_directory, allow_real_directory=False) yield sandbox |