Skip to content

Commit

Permalink
Move more NoGIL builders to stable status
Browse files Browse the repository at this point in the history
  • Loading branch information
itamaro committed Jan 25, 2024
1 parent 7ee34b6 commit 1957b21
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions master/custom/builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,12 @@
("AMD64 Windows11 Bigmem", "ambv-bb-win11", Windows64BigmemBuild),
("AMD64 Windows11 Non-Debug", "ware-win11", Windows64ReleaseBuild),
("AMD64 Windows11 Refleaks", "ware-win11", Windows64RefleakBuild),
("AMD64 Windows Server 2022 NoGIL", "itamaro-win64-srv-22-aws", Windows64NoGilBuild),

# macOS x86-64 clang
("x86-64 macOS", "billenstein-macos", UnixBuild),
("x86-64 MacOS Intel NoGIL", "itamaro-macos-intel-aws", UnixNoGilBuild),
("x86-64 MacOS Intel ASAN NoGIL", "itamaro-macos-intel-aws", MacOSAsanNoGilBuild),
]


Expand Down Expand Up @@ -139,6 +141,7 @@
# macOS aarch64 clang
("ARM64 macOS", "pablogsal-macos-m1", MacOSArmWithBrewBuild),
("ARM64 MacOS M1 NoGIL", "itamaro-macos-arm64-aws", MacOSArmWithBrewNoGilBuild),
("ARM64 MacOS M1 Refleaks NoGIL", "itamaro-macos-arm64-aws", MacOSArmWithBrewNoGilRefleakBuild),
]


Expand Down Expand Up @@ -218,12 +221,6 @@
("AMD64 CentOS9 LTO + PGO", "cstratak-CentOS9-x86_64", LTOPGONonDebugBuild),
("AMD64 CentOS9 FIPS Only Blake2 Builtin Hash", "cstratak-CentOS9-fips-x86_64", CentOS9NoBuiltinHashesUnixBuildExceptBlake2),
("AMD64 CentOS9 FIPS No Builtin Hashes", "cstratak-CentOS9-fips-x86_64", CentOS9NoBuiltinHashesUnixBuild),

# Windows x86-64 MSVC
("AMD64 Windows Server 2022 NoGIL", "itamaro-win64-srv-22-aws", Windows64NoGilBuild),

# macOS x86-64 clang
("x86-64 MacOS Intel ASAN NoGIL", "itamaro-macos-intel-aws", MacOSAsanNoGilBuild),
]


Expand Down Expand Up @@ -260,9 +257,6 @@
("aarch64 CentOS9 Refleaks", "cstratak-CentOS9-aarch64", UnixRefleakBuild),
("aarch64 CentOS9 LTO", "cstratak-CentOS9-aarch64", LTONonDebugUnixBuild),
("aarch64 CentOS9 LTO + PGO", "cstratak-CentOS9-aarch64", LTOPGONonDebugBuild),

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


Expand Down

0 comments on commit 1957b21

Please sign in to comment.