-
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 compiler-builtins #75877
Update compiler-builtins #75877
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @Mark-Simulacrum (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. |
@bors r+ |
📌 Commit 7b2cdb3a654aee00d35fcc316a4a7885ee958ecd has been approved by |
⌛ Testing commit 7b2cdb3a654aee00d35fcc316a4a7885ee958ecd with merge 33f603687953d2baff21f4851b854bf0e5fc6e11... |
💔 Test failed - checks-actions |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
The failure seems to be unrelated to this PR... |
Other PRs fail with the same issue. |
@bors treeclosed=1000 |
@bors retry |
⌛ Testing commit 7b2cdb3a654aee00d35fcc316a4a7885ee958ecd with merge ae8a8d929df114fa4283e831e708c747a979bb34... |
💔 Test failed - checks-actions |
|
I fixed compiler-builtins, you should update to 0.1.34. |
@Amanieu, updated to use |
@bors r+ |
📌 Commit acb77f33c33c4af7032a0f0ee94a86c9049e1ce8 has been approved by |
⌛ Testing commit acb77f33c33c4af7032a0f0ee94a86c9049e1ce8 with merge 4dbeb670e9f3d0fcb14090601d9ab9bf507f9b23... |
💔 Test failed - checks-actions |
@alexcrichton I'm probably doing something wrong here, but when I |
Ah sorry about that, the publishing process is nonstandard |
Thanks! @vigoux Can you update to 0.1.35? The issue should be fixed now. |
Updated to 1.35 ! |
@bors r+ |
📌 Commit 392478c has been approved by |
Update compiler-builtins Update the compiler-builtins dependency to include latest changes. This allows for `aarch64-unknown-linux-musl` to pass all tests. Fixes rust-lang#57820 and fixes rust-lang#46651
@bors rollup=never |
☀️ Test successful - checks-actions, checks-azure |
Update the compiler-builtins dependency to include latest changes.
This allows for
aarch64-unknown-linux-musl
to pass all tests.Fixes #57820 and fixes #46651