mirror of
https://github.com/boostorg/regression.git
synced 2026-01-19 04:42:10 +00:00
Limit the parallel jobs for building pjl.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user