|
180 | 180 |
|
181 | 181 | # -- Stable No Tier builders -------------------------------------------- |
182 | 182 | STABLE_BUILDERS_NO_TIER = [ |
| 183 | + # Linux x86-64 GCC musl |
| 184 | + ("AMD64 Alpine Linux", "ware-alpine", UnixBuild), |
| 185 | + |
183 | 186 | # Linux x86-64 GCC/Clang |
184 | 187 | # Special builds: FIPS, ASAN, UBSAN, TraceRefs, Perf, etc. |
185 | 188 | ("AMD64 RHEL8 FIPS Only Blake2 Builtin Hash", "cstratak-RHEL8-fips-x86_64", RHEL8NoBuiltinHashesUnixBuildExceptBlake2), |
|
314 | 317 |
|
315 | 318 | # -- Unstable No Tier builders ------------------------------------------ |
316 | 319 | UNSTABLE_BUILDERS_NO_TIER = [ |
317 | | - # Linux x86-64 GCC musl |
318 | | - ("AMD64 Alpine Linux", "ware-alpine", UnixBuild), |
319 | | - |
| 320 | + # Linux x86-64 GCC musl Freethreading |
| 321 | + ("AMD64 Alpine Linux NoGIL", "ware-alpine", UnixNoGilBuild), |
320 | 322 | # Linux GCC Fedora Rawhide Freethreading builders |
321 | 323 | ("AMD64 Fedora Rawhide NoGIL", "cstratak-fedora-rawhide-x86_64", FedoraRawhideFreedthreadingBuild), |
322 | 324 | ("aarch64 Fedora Rawhide NoGIL", "cstratak-fedora-rawhide-aarch64", FedoraRawhideFreedthreadingBuild), |
@@ -394,7 +396,6 @@ def get_builder_tier(builder: str) -> str: |
394 | 396 | # Match builder name (excluding the branch name) of builders that should only |
395 | 397 | # run on the main and PR branches. |
396 | 398 | ONLY_MAIN_BRANCH = ( |
397 | | - "Alpine Linux", |
398 | 399 | "ARM64 Windows", |
399 | 400 | "Windows PGO", |
400 | 401 | "AMD64 Arch Linux Perf", |
|
0 commit comments