Skip to content

Commit 13df553

Browse files
committed
Add unstable Alpine NoGIL builder
1 parent 761459d commit 13df553

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

master/custom/builders.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,8 @@
317317

318318
# -- Unstable No Tier builders ------------------------------------------
319319
UNSTABLE_BUILDERS_NO_TIER = [
320+
# Linux x86-64 GCC musl Freethreading
321+
("AMD64 Alpine Linux NoGIL", "ware-alpine", UnixNoGilBuild),
320322
# Linux GCC Fedora Rawhide Freethreading builders
321323
("AMD64 Fedora Rawhide NoGIL", "cstratak-fedora-rawhide-x86_64", FedoraRawhideFreedthreadingBuild),
322324
("aarch64 Fedora Rawhide NoGIL", "cstratak-fedora-rawhide-aarch64", FedoraRawhideFreedthreadingBuild),

0 commit comments

Comments
 (0)