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

github: Add Alpine Linux workflow to test builds with musl libc #2676

Closed
wants to merge 1 commit into from

Conversation

tchaikov
Copy link
Contributor

@tchaikov tchaikov commented Mar 4, 2025

Add GitHub workflow that builds and tests Seastar on Alpine Linux to ensure compatibility with musl libc. This proactive testing will help identify potential regressions early and maintain compatibility with environments using alternative C libraries.

The workflow runs on pull requests to prevent merging code that breaks Alpine/musl compatibility and can also be triggered manually via workflow_dispatch.

Add GitHub workflow that builds and tests Seastar on Alpine Linux to ensure
compatibility with musl libc. This proactive testing will help identify potential
regressions early and maintain compatibility with environments using alternative
C libraries.

The workflow runs on pull requests to prevent merging code that breaks Alpine/musl
compatibility and can also be triggered manually via workflow_dispatch.

Signed-off-by: Kefu Chai <kefu.chai@scylladb.com>
@xemul xemul closed this in 78c90ab Mar 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant