From c049382af023c379c448b97fd7bcef9a6b97b8b9 Mon Sep 17 00:00:00 2001 From: sdarwin Date: Thu, 30 Oct 2025 04:04:08 -0600 Subject: [PATCH] Increase b2 parallel jobs 3->4 --- ci_boost_common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci_boost_common.py b/ci_boost_common.py index 4a93e06..e84b28e 100644 --- a/ci_boost_common.py +++ b/ci_boost_common.py @@ -253,7 +253,7 @@ class script_common(object): try: self.jobs = int(os.getenv("JOBS")) except: - self.jobs = 3 + self.jobs = 4 self.branch = branch self.commit = commit