Skip to content

Commit 0fbbf69

Browse files
authored
Move macOS x86-64 clang to tier 2 (#621)
1 parent 2037208 commit 0fbbf69

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

master/custom/builders.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,6 @@
9292
("AMD64 Windows11 Refleaks", "ware-win11", Windows64RefleakBuild),
9393
("AMD64 Windows Server 2022 NoGIL", "itamaro-win64-srv-22-aws", Windows64NoGilBuild),
9494
("AMD64 Windows PGO NoGIL", "itamaro-win64-srv-22-aws", Windows64PGONoGilBuild),
95-
96-
# macOS x86-64 clang
97-
("x86-64 macOS", "billenstein-macos", UnixBuild),
9895
]
9996

10097

@@ -123,6 +120,9 @@
123120
("ARM64 MacOS M1 NoGIL", "itamaro-macos-arm64-aws", MacOSArmWithBrewNoGilBuild),
124121
("ARM64 MacOS M1 Refleaks NoGIL", "itamaro-macos-arm64-aws", MacOSArmWithBrewNoGilRefleakBuild),
125122

123+
# macOS x86-64 clang
124+
("x86-64 macOS", "billenstein-macos", UnixBuild),
125+
126126
# WASI
127127
("wasm32-wasi Non-Debug", "bcannon-wasi", Wasm32WasiCrossBuild),
128128
("wasm32-wasi", "bcannon-wasi", Wasm32WasiPreview1DebugBuild),
@@ -224,11 +224,6 @@
224224

225225
# Windows MSVC
226226
("AMD64 Windows PGO", "bolen-windows10", Windows64PGOBuild),
227-
228-
# macOS x86-64 clang
229-
# (marked unstable for a hardware failure)
230-
("x86-64 MacOS Intel NoGIL", "itamaro-macos-intel-aws", UnixNoGilBuild),
231-
("x86-64 MacOS Intel ASAN NoGIL", "itamaro-macos-intel-aws", MacOSAsanNoGilBuild),
232227
]
233228

234229

@@ -285,6 +280,11 @@
285280

286281
# WebAssembly
287282
("wasm32 WASI 8Core", "kushaldas-wasi", Wasm32WasiCrossBuild),
283+
284+
# macOS x86-64 clang
285+
# (marked unstable for a hardware failure)
286+
("x86-64 MacOS Intel NoGIL", "itamaro-macos-intel-aws", UnixNoGilBuild),
287+
("x86-64 MacOS Intel ASAN NoGIL", "itamaro-macos-intel-aws", MacOSAsanNoGilBuild),
288288
]
289289

290290

0 commit comments

Comments
 (0)