Skip to content

Commit 982c88e

Browse files
authored
Remove parallelization for iOS runners. (#573)
1 parent b383467 commit 982c88e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

master/custom/workers.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,9 @@ 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-
parallel_builders=4,
285+
# Starting/running simulators in parallel can be problematic;
286+
# see python/cpython#129200
287+
parallel_builders=1,
286288
),
287289
cpw(
288290
name="mhsmith-android-aarch64",

0 commit comments

Comments
 (0)