-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Update musl to 1.1.24 #73089
Update musl to 1.1.24 #73089
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @kennytm (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me
@bors r+ rollup=never |
📌 Commit 9d01cd1 has been approved by |
@bors p=1 |
⌛ Testing commit 9d01cd1 with merge fd09b4654e547da6fd6b5901cb4db4435da0e5ce... |
💔 Test failed - checks-azure |
@bors retry
|
⌛ Testing commit 9d01cd1 with merge e59d503d12ceefaef016a2462ffed8d0fdf78c59... |
💥 Test timed out |
@bors retry |
☀️ Test successful - checks-azure |
I know I'm late to the game here, but I'm curious what the policy is on updating the specific version (or commit) of musl — does Rust give any guarantees about which version is used or when it's updated? If not, should it? Could totally be that the answer to both is "no", I just wanted to check :) |
Release notes since previous version 1.1.22:
1.1.23 release notes
new features:
major internal changes:
performance:
compatibility & conformance:
changes for new POSIX interpretations:
bugs fixed:
arch-specfic bugs fixed:
1.1.24 release notes
new features:
performance:
major internal changes:
compatibility & conformance:
bugs fixed:
arch-specific bugs fixed:
Fixes #71099.