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

[stable] 1.57.0 artifacts #91361

Merged
merged 4 commits into from
Nov 29, 2021
Merged

[stable] 1.57.0 artifacts #91361

merged 4 commits into from
Nov 29, 2021

Commits on Nov 29, 2021

  1. Configuration menu
    Copy the full SHA
    1fc8068 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd046c3 View commit details
    Browse the repository at this point in the history
  3. Disable outline atomics to aarch64-unknown-linux-musl.

    This is a functionally equivalent, minimally invasive backport of rust-lang#90044, which
    fixes the problem that compiling any binary with the target
    aarch64-unknown-linux-musl fails unless lld is used for linking (rust-lang#89626).
    
    I have tested this backport by building aarch64-unknown-linux-gnu, installing
    the std libraries for the -musl and -gnu variants in
    rustc-beta-aarch64-unknown-linux-gnu/rustc/lib/rustlib and running helloworld
    successfully for both targets on arm64 hardware.
    hkratz authored and Mark-Simulacrum committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    7f56b9a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a9174cf View commit details
    Browse the repository at this point in the history