Increase build jobs to -j 8 processes

This commit is contained in:
sdarwin
2026-01-25 11:57:29 -07:00
parent 2b78ada442
commit 2bfbb03688

View File

@@ -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