Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions master/custom/builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
Windows64ReleaseBuild,
MacOSArmWithBrewBuild,
MacOSArmWithBrewNoGilBuild,
MacOSArmWithBrewRefleakBuild,
MacOSArmWithBrewNoGilRefleakBuild,
WindowsARM64Build,
WindowsARM64ReleaseBuild,
Wasm32EmscriptenNodePThreadsBuild,
Expand Down Expand Up @@ -262,7 +262,7 @@
("aarch64 CentOS9 LTO + PGO", "cstratak-CentOS9-aarch64", LTOPGONonDebugBuild),

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


Expand Down