Skip to content

Commit 886689f

Browse files
authored
Move itamaro Intel macOS builders back to stable (#630)
the worker (https://buildbot.python.org/#/workers/68) was fixed and has been stable for the last few days
1 parent 0b32fc8 commit 886689f

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

master/custom/builders.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@
122122

123123
# macOS x86-64 clang
124124
("x86-64 macOS", "billenstein-macos", UnixBuild),
125+
("x86-64 MacOS Intel NoGIL", "itamaro-macos-intel-aws", UnixNoGilBuild),
126+
("x86-64 MacOS Intel ASAN NoGIL", "itamaro-macos-intel-aws", MacOSAsanNoGilBuild),
125127

126128
# WASI
127129
("wasm32-wasi Non-Debug", "bcannon-wasi", Wasm32WasiCrossBuild),
@@ -283,11 +285,6 @@
283285

284286
# WebAssembly
285287
("wasm32 WASI 8Core", "kushaldas-wasi", Wasm32WasiCrossBuild),
286-
287-
# macOS x86-64 clang
288-
# (marked unstable for a hardware failure)
289-
("x86-64 MacOS Intel NoGIL", "itamaro-macos-intel-aws", UnixNoGilBuild),
290-
("x86-64 MacOS Intel ASAN NoGIL", "itamaro-macos-intel-aws", MacOSAsanNoGilBuild),
291288
]
292289

293290

0 commit comments

Comments
 (0)