Skip to content

Commit 18e6b53

Browse files
authored
Mark the Windows NoGIL PGO builder as stable (#600)
It started out as unstable and was broken for a while, but it is healthy now, so let's move it to stable
1 parent 2d710c0 commit 18e6b53

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

master/custom/builders.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
9090
("AMD64 Windows11 Non-Debug", "ware-win11", Windows64ReleaseBuild),
9191
("AMD64 Windows11 Refleaks", "ware-win11", Windows64RefleakBuild),
9292
("AMD64 Windows Server 2022 NoGIL", "itamaro-win64-srv-22-aws", Windows64NoGilBuild),
93+
("AMD64 Windows PGO NoGIL", "itamaro-win64-srv-22-aws", Windows64PGONoGilBuild),
9394

9495
# macOS x86-64 clang
9596
("x86-64 macOS", "billenstein-macos", UnixBuild),
@@ -235,9 +236,6 @@
235236

236237
# Windows MSVC
237238
("AMD64 Windows PGO", "bolen-windows10", Windows64PGOBuild),
238-
239-
# Windows NoGIL
240-
("AMD64 Windows PGO NoGIL", "itamaro-win64-srv-22-aws", Windows64PGONoGilBuild),
241239
]
242240

243241

0 commit comments

Comments
 (0)