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: 1 addition & 3 deletions master/custom/builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
("AMD64 Windows11 Non-Debug", "ware-win11", Windows64ReleaseBuild),
("AMD64 Windows11 Refleaks", "ware-win11", Windows64RefleakBuild),
("AMD64 Windows Server 2022 NoGIL", "itamaro-win64-srv-22-aws", Windows64NoGilBuild),
("AMD64 Windows PGO NoGIL", "itamaro-win64-srv-22-aws", Windows64PGONoGilBuild),

# macOS x86-64 clang
("x86-64 macOS", "billenstein-macos", UnixBuild),
Expand Down Expand Up @@ -235,9 +236,6 @@

# Windows MSVC
("AMD64 Windows PGO", "bolen-windows10", Windows64PGOBuild),

# Windows NoGIL
("AMD64 Windows PGO NoGIL", "itamaro-win64-srv-22-aws", Windows64PGONoGilBuild),
]


Expand Down