diff --git a/master/custom/factories.py b/master/custom/factories.py index e401021a..ce4a25af 100644 --- a/master/custom/factories.py +++ b/master/custom/factories.py @@ -834,7 +834,7 @@ def setup(self, branch, worker, test_with_PTY=False, **kwargs): f"TESTTIMEOUT={self.test_timeout}", ] - compile = [*self.host_make_cmd, *get_j_opts(worker), *self.makeTarget] + compile = [*self.host_make_cmd, *get_j_opts(worker), self.makeTarget] self.addStep( Compile( name="Compile host Python",