-
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 liblibc #51864
Update liblibc #51864
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
@bors: r+ |
📌 Commit 64f8e3b has been approved by |
Oh sorry I need to ask for re-r+ because I've accidentially pushed something to this PR that I didn't want to push. |
@bors: r+ |
📌 Commit 64f8e3b has been approved by |
Update liblibc This updates the libc submodule
Update liblibc This updates the libc submodule
⌛ Testing commit 64f8e3b with merge 51de44c3462884850f08a959dec081feffef23a3... |
💔 Test failed - status-travis |
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 |
1 similar comment
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 |
Seems that libc master is broken due to rust-lang/libc@dcff154. Trying a fix... |
Your PR failed on Travis (raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem. 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 |
Re-add aarch64 stuff removed by previous PR Previous PR #1023 has removed stuff from mod.rs and added it to some submodules, but missed the aarch64 submodule. This caused a build failure for rust on aarch64, see rust-lang/rust#51864. This copies the stuff that that commit added to the x86_64.rs submodule and puts it into aarch64.rs. It's been tested in the rust-lang/rust PR above: https://travis-ci.org/rust-lang/rust/builds/398750336
re-r? @alexcrichton |
@bors: r+ |
📌 Commit e8e8bb6 has been approved by |
Update liblibc This updates the libc submodule
☀️ Test successful - status-appveyor, status-travis |
This updates the libc submodule