You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: make musl toolchain/zlib download resilient to musl.cc outages
The musllinux legs failed with 'Failed to connect to musl.cc port 443:
Connection timed out'. musl.cc is chronically flaky. Download the musl
toolchain from a GitHub-hosted mirror (musl-cc/musl.cc) first, falling
back to musl.cc; do the same for zlib (madler/zlib release, then
zlib.net, then zlib.net/fossils). Add curl --retry with a connect
timeout. Avoids --retry-all-errors since the manylinux_2_28 container's
curl 7.61 predates it.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments