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

fix: preadv2 only available on GNU libc #80

Merged
merged 1 commit into from
Apr 12, 2024

Conversation

weihanglo
Copy link
Member

Technicially it is also available on musl libc 1.2.5,
yet the libc@0.2.153 (lastet) doesn't export the symbol,
and that version of musl libc is too new (released in 2024-03)

Fixes #79. Tested against Rust docker image alpine3.18

@weihanglo
Copy link
Member Author

@petrochenkov

Could you help do a 0.1.30 release, and after the release yank 0.1.29 then?

Technically it is also available on musl libc 1.2.5,
yet the libc@0.2.153 (lastet) doesn't export the symbol,
and that version of musl libc is too new (released in 2024-03)
@petrochenkov petrochenkov merged commit c553989 into rust-lang:main Apr 12, 2024
14 checks passed
@weihanglo weihanglo deleted the preadv2 branch April 12, 2024 15:45
@petrochenkov
Copy link
Contributor

@weihanglo @NobodyXu
Could you check #82?
It seems fine, but I'm not well trained in noticing issues in CI scripts.
I'll make a release once that PR lands.

@weihanglo
Copy link
Member Author

It looks great. It also failed without this PR and now passed, so r+.

@weihanglo
Copy link
Member Author

#82 is just merged.

@petrochenkov
Copy link
Contributor

Published 0.1.30 and yanked 0.1.29.

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.

0.1.29 doesn't build against musl libc.
2 participants