summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan van Berkom <tristan@codethink.co.uk>2020-09-21 14:50:36 +0900
committerTristan van Berkom <tristan@codethink.co.uk>2020-09-21 18:29:48 +0900
commitbe7d81b2b1fc4e0a58ed4bee327321f2dafd09f2 (patch)
tree963bb119cea74e4a53255c8467cf7355c5683b95
parent3790e90e80bc30061f12501667de68c3ad66dd64 (diff)
downloadbuildstream-be7d81b2b1fc4e0a58ed4bee327321f2dafd09f2.tar.gz
ArtifactElement: Don't call Sandbox.set_output_directory()
That API is useless fluff and does not have any affect on anything.
-rw-r--r--src/buildstream/_artifactelement.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/buildstream/_artifactelement.py b/src/buildstream/_artifactelement.py
index b669d95f7..3dce09202 100644
--- a/src/buildstream/_artifactelement.py
+++ b/src/buildstream/_artifactelement.py
@@ -135,9 +135,6 @@ class ArtifactElement(Element):
# Tell the sandbox to mount the build root and install root
sandbox.mark_directory(install_root)
- # Tell sandbox which directory is preserved in the finished artifact
- sandbox.set_output_directory(install_root)
-
# Override Element._calculate_cache_key
def _calculate_cache_key(self, dependencies=None):
return self._key