Skip to content

Commit 1bcd8f1

Browse files
committed
Switch ware-alpine to not_branches, add musl tag
Allow builds on 3.14+
1 parent fccc51f commit 1bcd8f1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

master/custom/builders.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,6 @@ def get_builder_tier(builder: str) -> str:
394394
# Match builder name (excluding the branch name) of builders that should only
395395
# run on the main and PR branches.
396396
ONLY_MAIN_BRANCH = (
397-
"Alpine Linux",
398397
"ARM64 Windows",
399398
"Windows PGO",
400399
"AMD64 Arch Linux Perf",

master/custom/workers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,8 @@ def get_workers(settings):
218218
),
219219
cpw(
220220
name="ware-alpine",
221-
tags=['linux', 'unix', 'alpine', 'docker', 'amd64', 'x86-64'],
222-
branches=[MAIN_BRANCH_NAME],
221+
tags=['linux', 'unix', 'alpine', 'docker', 'amd64', 'x86-64', 'musl'],
222+
not_branches=['3.9', '3.10', '3.11', '3.12', '3.13'],
223223
),
224224
cpw(
225225
name="ware-freebsd",

0 commit comments

Comments
 (0)