Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate musl and libc linux builds in CI #10830

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Separate musl and libc linux builds in CI #10830

wants to merge 1 commit into from

Conversation

zanieb
Copy link
Member

@zanieb zanieb commented Jan 21, 2025

We have a lot of jobs downstream of the build-binary-linux job, but the job is significantly slower than the other binary builds because we need to configure musl. Instead, we split this into two jobs (as it was before #2309 (comment)) to speed things up.

The libc job takes ~1m and its downstream jobs finish before the musl build does. The musl job takes ~5m.

@zanieb zanieb added testing Internal testing of behavior internal A refactor or improvement that is not user-facing labels Jan 21, 2025
@zanieb zanieb force-pushed the zb/libc-musl branch 2 times, most recently from 80ac4a4 to a868172 Compare January 21, 2025 22:12
@zanieb zanieb temporarily deployed to uv-test-publish January 21, 2025 22:16 — with GitHub Actions Inactive
@zanieb zanieb temporarily deployed to uv-test-publish January 21, 2025 22:29 — with GitHub Actions Inactive
@zanieb zanieb marked this pull request as ready for review January 21, 2025 22:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal A refactor or improvement that is not user-facing testing Internal testing of behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant