Skip to content
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

[CI] Update binutils for powerpc64 and powerpc64le #58986

Merged
merged 2 commits into from
Mar 20, 2019

Commits on Mar 7, 2019

  1. [CI] Update binutils for powerpc64 and powerpc64le

    Cargo powerpc64 and powerpc64le are seeing `SIGILL` crashes in openssl,
    which was found to be a linking problem, fixed by newer binutils. See
    <rust-lang#57345 (comment)>
    
    For powerpc64 we're using crosstool-ng, which doesn't offer a newer
    binutils version, but we can just compile it separately. On powerpc64le
    we're already building binutils. Both are now updated to binutils 2.32.
    
    Closes rust-lang/cargo#6320
    Closes rust-lang#57345
    Closes rust-lang/rustup#1620
    cuviper committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    3477939 View commit details
    Browse the repository at this point in the history
  2. Wrap a long configure line

    cuviper committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    c843fe7 View commit details
    Browse the repository at this point in the history