From be7d81b2b1fc4e0a58ed4bee327321f2dafd09f2 Mon Sep 17 00:00:00 2001 From: Tristan van Berkom Date: Mon, 21 Sep 2020 14:50:36 +0900 Subject: ArtifactElement: Don't call Sandbox.set_output_directory() That API is useless fluff and does not have any affect on anything. --- src/buildstream/_artifactelement.py | 3 --- 1 file changed, 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 -- cgit v1.2.1