Limit the parallel jobs for building pjl.

This commit is contained in:
Rene Rivera
2019-06-23 20:33:36 -05:00
committed by GitHub
parent dbd3de9444
commit 9a8cdf0269

View File

@@ -254,7 +254,7 @@ class runner:
'path' : os.path.join(self.tools_regression_root,'stage','bin',self.process_jam_log['name']),
'source_dir' : os.path.join(self.tools_regression_root,'testing','build'),
'build_dir' : os.path.join(self.tools_regression_root,'stage','bin'),
'build_args' : 'install -d2'
'build_args' : 'install -d2 -j2'
}
if self.debug_level > 0: