mirror of
https://github.com/boostorg/release-tools.git
synced 2026-01-19 04:42:10 +00:00
Increase b2 parallel jobs 3->4
This commit is contained in:
@@ -253,7 +253,7 @@ class script_common(object):
|
|||||||
try:
|
try:
|
||||||
self.jobs = int(os.getenv("JOBS"))
|
self.jobs = int(os.getenv("JOBS"))
|
||||||
except:
|
except:
|
||||||
self.jobs = 3
|
self.jobs = 4
|
||||||
|
|
||||||
self.branch = branch
|
self.branch = branch
|
||||||
self.commit = commit
|
self.commit = commit
|
||||||
|
|||||||
Reference in New Issue
Block a user