Improve glibc compatibility by using maturin-action#943
Open
PatrickJin-db wants to merge 1 commit intodelta-io:mainfrom
Open
Improve glibc compatibility by using maturin-action#943PatrickJin-db wants to merge 1 commit intodelta-io:mainfrom
PatrickJin-db wants to merge 1 commit intodelta-io:mainfrom
Conversation
e6cdc9f to
c90b292
Compare
8fd3122 to
b48380f
Compare
8e64534 to
55b5f6a
Compare
55b5f6a to
9afe91b
Compare
linzhou-db
approved these changes
May 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adding a test to build the kernel wheels via maturin-action, and then run the tests using that built wheel on an older linux version to ensure the built wheel works on an older linux version. This lets us specify the glibc compatibility, allowing us to build a single wheel using glibc 2.17, which should be usable by almost all linux distros and eliminates the need to rebuild wheels on various ubuntu versions.