Skip to content

Commit 505f3d6

Browse files
authored
Switch the macOS refleaks builder back to NoGIL (#457)
1 parent b7afca1 commit 505f3d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

master/custom/builders.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
Windows64ReleaseBuild,
3939
MacOSArmWithBrewBuild,
4040
MacOSArmWithBrewNoGilBuild,
41-
MacOSArmWithBrewRefleakBuild,
41+
MacOSArmWithBrewNoGilRefleakBuild,
4242
WindowsARM64Build,
4343
WindowsARM64ReleaseBuild,
4444
Wasm32EmscriptenNodePThreadsBuild,
@@ -262,7 +262,7 @@
262262
("aarch64 CentOS9 LTO + PGO", "cstratak-CentOS9-aarch64", LTOPGONonDebugBuild),
263263

264264
# macOS aarch64 clang
265-
("ARM64 MacOS M1 Refleaks", "itamaro-macos-arm64-aws", MacOSArmWithBrewRefleakBuild),
265+
("ARM64 MacOS M1 Refleaks NoGIL", "itamaro-macos-arm64-aws", MacOSArmWithBrewNoGilRefleakBuild),
266266
]
267267

268268

0 commit comments

Comments
 (0)