Uh oh!
There was an error while loading. Please reload this page.
Downgrade glibc to 2.11.1 for ppc, ppc64 and s390x - #74639
Conversation
rust-highfive
commented
Jul 22, 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. |
Mark-Simulacrum
commented
Jul 22, 2020
r? @cuviper (but seems fine to me) |
Looks fine, but I'm going to test these builds myself before approving. This doesn't actually include ppc64le though -- that's a separate builder based on CentOS 7 headers for glibc 2.17 and kernel 3.10. Upstream glibc didn't actually support ppc64le until 2.19, but Red Hat backported it. It looks like SUSE added ppc64le support in SLES 12, glibc 2.19 and kernel 3.12, right? So I think that target is fine anyway. Perhaps you just meant to write "ppc64(be)"? Meaning that big-endian is implied for ppc64... |
cuviper
left a comment
There was a problem hiding this comment.
r=me after we've clarified endianness -- I'd rather not have a misleading commit message in there.
msirringhaus
commented
Jul 23, 2020
Whoops, yes you are correct about |
cuviper
commented
Jul 23, 2020
@bors r+ |
bors
commented
Jul 23, 2020
📌 Commit e46219c has been approved by |
bors
commented
Jul 23, 2020
⌛ Testing commit e46219c with merge 0f4b86960d6d15ea0ae6f4fdf1a21657c4a976bc... |
rust-log-analyzer
commented
Jul 23, 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 |
bors
commented
Jul 23, 2020
💔 Test failed - checks-actions |
cuviper
commented
Jul 23, 2020
@bors retry |
bors
commented
Jul 23, 2020
⌛ Testing commit e46219c with merge 1f0ed71a2bf64b4971878af46a5e0b41dbf2cae0... |
rust-log-analyzer
commented
Jul 23, 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 |
cuviper
commented
Jul 23, 2020
Same -- I'll try again later. |
ehuss
commented
Jul 23, 2020
@bors retry |
cuviper
commented
Jul 23, 2020
@ehuss is this a known/ongoing issue? |
ehuss
commented
Jul 23, 2020
Yep, working on a fix now, closed the tree in the meantime. |
Downgrade glibc to 2.11.1 for ppc, ppc64 and s390x As discussed in rust-lang#73782 I've tested these changes on rust 1.43.0 for all the specified archs and used the resulting binaries to bootstrap building rust 1.43.1. I've also shortly tested these changes on master on ppc64.
…arth Rollup of 8 pull requests Successful merges: - rust-lang#72954 (revise RwLock for HermitCore) - rust-lang#74367 (Rearrange the pipeline of `pow` to gain efficiency) - rust-lang#74491 (Optimize away BitAnd and BitOr when possible) - rust-lang#74639 (Downgrade glibc to 2.11.1 for ppc, ppc64 and s390x) - rust-lang#74661 (Refactor `region_name`: add `RegionNameHighlight`) - rust-lang#74692 (delay_span_bug instead of silent ignore) - rust-lang#74698 (fixed error reporting for mismatched traits) - rust-lang#74715 (Add a system for creating diffs across multiple mir optimizations.) Failed merges: r? @ghost
As discussed in #73782
I've tested these changes on rust 1.43.0 for all the specified archs and used the resulting binaries to bootstrap building rust 1.43.1.
I've also shortly tested these changes on master on ppc64.