Skip to content

Commit

Permalink
Remove parallelization for iOS runners. (#573)
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 authored Jan 23, 2025
1 parent b383467 commit 982c88e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion master/custom/workers.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,9 @@ def get_workers(settings):
name="rkm-arm64-ios-simulator",
tags=['iOS'],
not_branches=['3.9', '3.10', '3.11', '3.12'],
parallel_builders=4,
# Starting/running simulators in parallel can be problematic;
# see python/cpython#129200
parallel_builders=1,
),
cpw(
name="mhsmith-android-aarch64",
Expand Down

0 comments on commit 982c88e

Please sign in to comment.