Skip to content

Commit c1892be

Browse files
authored
Restore use of parallel workers for iOS. (#581)
Reverts #573 now that python/cpython#129200 has been resolved.
1 parent 5c45ade commit c1892be

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

master/custom/workers.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -282,9 +282,7 @@ def get_workers(settings):
282282
name="rkm-arm64-ios-simulator",
283283
tags=['iOS'],
284284
not_branches=['3.9', '3.10', '3.11', '3.12'],
285-
# Starting/running simulators in parallel can be problematic;
286-
# see python/cpython#129200
287-
parallel_builders=1,
285+
parallel_builders=4,
288286
),
289287
cpw(
290288
name="mhsmith-android-aarch64",

0 commit comments

Comments
 (0)