Merge pull request #55 from grafikrobot/patch-1

Limit the parallel jobs for building pjl.
This commit is contained in:
Peter Dimov
2019-06-24 03:22:45 -07:00
committed by GitHub

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: