Skip to content

Commit 2bfbb03

Browse files
committed
Increase build jobs to -j 8 processes
1 parent 2b78ada commit 2bfbb03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci_boost_common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ def __init__(self, ci_klass, **kargs):
253253
try:
254254
self.jobs = int(os.getenv("JOBS"))
255255
except:
256-
self.jobs = 4
256+
self.jobs = 8
257257

258258
self.branch = branch
259259
self.commit = commit

0 commit comments

Comments
 (0)