mirror of
https://github.com/boostorg/release-tools.git
synced 2026-01-26 07:02:08 +00:00
Increase build jobs to -j 8 processes
This commit is contained in:
@@ -253,7 +253,7 @@ class script_common(object):
|
||||
try:
|
||||
self.jobs = int(os.getenv("JOBS"))
|
||||
except:
|
||||
self.jobs = 4
|
||||
self.jobs = 8
|
||||
|
||||
self.branch = branch
|
||||
self.commit = commit
|
||||
|
||||
Reference in New Issue
Block a user