Uh oh!
There was an error while loading. Please reload this page.
Update compiler-builtins - #75877
Conversation
rust-highfive
commented
Aug 24, 2020
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. |
Amanieu
commented
Aug 24, 2020
@bors r+ |
bors
commented
Aug 24, 2020
📌 Commit 7b2cdb3a654aee00d35fcc316a4a7885ee958ecd has been approved by |
bors
commented
Aug 25, 2020
⌛ Testing commit 7b2cdb3a654aee00d35fcc316a4a7885ee958ecd with merge 33f603687953d2baff21f4851b854bf0e5fc6e11... |
bors
commented
Aug 25, 2020
💔 Test failed - checks-actions |
rust-log-analyzer
commented
Aug 25, 2020
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 |
Amanieu
commented
Aug 25, 2020
The failure seems to be unrelated to this PR... |
mati865
commented
Aug 25, 2020
Other PRs fail with the same issue. |
emilyalbini
commented
Aug 25, 2020
@bors treeclosed=1000 |
emilyalbini
commented
Aug 26, 2020
@bors retry |
bors
commented
Aug 26, 2020
⌛ Testing commit 7b2cdb3a654aee00d35fcc316a4a7885ee958ecd with merge ae8a8d929df114fa4283e831e708c747a979bb34... |
bors
commented
Aug 26, 2020
💔 Test failed - checks-actions |
Amanieu
commented
Aug 26, 2020
|
Amanieu
commented
Aug 27, 2020
I fixed compiler-builtins, you should update to 0.1.34. |
vigoux
commented
Aug 27, 2020
@Amanieu, updated to use |
Amanieu
commented
Aug 27, 2020
@bors r+ |
bors
commented
Aug 27, 2020
📌 Commit acb77f33c33c4af7032a0f0ee94a86c9049e1ce8 has been approved by |
bors
commented
Aug 27, 2020
⌛ Testing commit acb77f33c33c4af7032a0f0ee94a86c9049e1ce8 with merge 4dbeb670e9f3d0fcb14090601d9ab9bf507f9b23... |
bors
commented
Aug 27, 2020
💔 Test failed - checks-actions |
Amanieu
commented
Aug 27, 2020
@alexcrichton I'm probably doing something wrong here, but when I |
alexcrichton
commented
Aug 28, 2020
Ah sorry about that, the publishing process is nonstandard |
Amanieu
commented
Aug 28, 2020
Thanks! @vigoux Can you update to 0.1.35? The issue should be fixed now. |
vigoux
commented
Aug 28, 2020
Updated to 1.35 ! |
Amanieu
commented
Aug 28, 2020
@bors r+ |
bors
commented
Aug 28, 2020
📌 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. Fixesrust-lang#57820 and fixesrust-lang#46651
Dylan-DPC-zz
commented
Aug 29, 2020
@bors rollup=never |
bors
commented
Aug 29, 2020
bors
commented
Aug 29, 2020
☀️ Test successful - checks-actions, checks-azure |
Update the compiler-builtins dependency to include latest changes.
This allows for
aarch64-unknown-linux-muslto pass all tests.Fixes#57820 and fixes#46651