Skip to content

Commit

Permalink
Restore use of parallel workers for iOS. (#581)
Browse files Browse the repository at this point in the history
Reverts #573 now that python/cpython#129200 has been resolved.
  • Loading branch information
freakboy3742 authored Feb 28, 2025
1 parent 5c45ade commit c1892be
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions master/custom/workers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c1892be

Please sign in to comment.