From b1f6903095ccc1c1d706c0905b77988371b41b3c Mon Sep 17 00:00:00 2001 From: Chris Eibl <138194463+chris-eibl@users.noreply.github.com> Date: Sun, 8 Mar 2026 07:31:42 +0100 Subject: [PATCH] Promote MSVC PGO Tailcall builders to stable tier-1 --- master/custom/builders.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/master/custom/builders.py b/master/custom/builders.py index 40834fd6..667c8dba 100644 --- a/master/custom/builders.py +++ b/master/custom/builders.py @@ -93,7 +93,9 @@ ("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 Tailcall", "itamaro-win64-srv-22-aws", Windows64PGOTailcallBuild), ("AMD64 Windows PGO NoGIL", "itamaro-win64-srv-22-aws", Windows64PGONoGilBuild), + ("AMD64 Windows PGO NoGIL Tailcall", "itamaro-win64-srv-22-aws", Windows64PGONoGilTailcallBuild), # Tests that require the 'tzdata' and 'xpickle' resources ("aarch64 Ubuntu Oddballs", "stan-aarch64-ubuntu", UnixOddballsBuild), @@ -238,9 +240,6 @@ # Windows MSVC ("AMD64 Windows PGO", "bolen-windows10", Windows64PGOBuild), - ("AMD64 Windows PGO Tailcall", "itamaro-win64-srv-22-aws", Windows64PGOTailcallBuild), - ("AMD64 Windows PGO NoGIL Tailcall", "itamaro-win64-srv-22-aws", Windows64PGONoGilTailcallBuild), - ]