Skip to content

Commit fccc51f

Browse files
committed
Move ware-alpine to stable
1 parent cea40ce commit fccc51f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

master/custom/builders.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,9 @@
180180

181181
# -- Stable No Tier builders --------------------------------------------
182182
STABLE_BUILDERS_NO_TIER = [
183+
# Linux x86-64 GCC musl
184+
("AMD64 Alpine Linux", "ware-alpine", UnixBuild),
185+
183186
# Linux x86-64 GCC/Clang
184187
# Special builds: FIPS, ASAN, UBSAN, TraceRefs, Perf, etc.
185188
("AMD64 RHEL8 FIPS Only Blake2 Builtin Hash", "cstratak-RHEL8-fips-x86_64", RHEL8NoBuiltinHashesUnixBuildExceptBlake2),
@@ -314,9 +317,6 @@
314317

315318
# -- Unstable No Tier builders ------------------------------------------
316319
UNSTABLE_BUILDERS_NO_TIER = [
317-
# Linux x86-64 GCC musl
318-
("AMD64 Alpine Linux", "ware-alpine", UnixBuild),
319-
320320
# Linux GCC Fedora Rawhide Freethreading builders
321321
("AMD64 Fedora Rawhide NoGIL", "cstratak-fedora-rawhide-x86_64", FedoraRawhideFreedthreadingBuild),
322322
("aarch64 Fedora Rawhide NoGIL", "cstratak-fedora-rawhide-aarch64", FedoraRawhideFreedthreadingBuild),

0 commit comments

Comments
 (0)