summaryrefslogtreecommitdiff
path: root/buildstream/_stream.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildstream/_stream.py')
-rw-r--r--buildstream/_stream.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildstream/_stream.py b/buildstream/_stream.py
index caaa48908..b0fce3817 100644
--- a/buildstream/_stream.py
+++ b/buildstream/_stream.py
@@ -941,6 +941,7 @@ class Stream():
# (list of Element): The primary element selection
# (list of Element): The tracking element selection
#
+ @utils._with_gc_disabled
def _load(self, targets, track_targets, *,
selection=PipelineSelection.NONE,
track_selection=PipelineSelection.NONE,