From 8799b0899bcb158f4e97517a19de77cbe69b61ea Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Thu, 27 Feb 2025 10:03:06 +0800 Subject: [PATCH] Restore use of parallel workers for iOS. Reverts #573 now that python/cpython#129200 has been resolved. --- master/custom/workers.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/master/custom/workers.py b/master/custom/workers.py index bb282dd5..fcf24bc3 100644 --- a/master/custom/workers.py +++ b/master/custom/workers.py @@ -282,9 +282,7 @@ def get_workers(settings): name="rkm-arm64-ios-simulator", tags=['iOS'], not_branches=['3.9', '3.10', '3.11', '3.12'], - # Starting/running simulators in parallel can be problematic; - # see python/cpython#129200 - parallel_builders=1, + parallel_builders=4, ), cpw( name="mhsmith-android-aarch64",