diff options
author | Jürg Billeter <j@bitron.ch> | 2018-11-03 12:50:00 +0100 |
---|---|---|
committer | Jürg Billeter <j@bitron.ch> | 2018-11-03 12:52:00 +0100 |
commit | 3788e7018aca5780b26ad0f8e78b9295b8c4864b (patch) | |
tree | 4b580b616739278d990732da9335a0fb7627847b | |
parent | 9c2f9bf739de7aec577130f0b755d111fbb3706a (diff) | |
download | buildstream-juerg/remote-execution.tar.gz |
element.py: Pass bare_directory also to SandboxRemote()juerg/remote-execution
Fixes: 825963b5 ("element: Make "--sysroot" take a bare directory")
-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 |