-
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
[stable] 1.57.0 artifacts #91361
[stable] 1.57.0 artifacts #91361
Conversation
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.
|
@bors r+ rollup=never p=1000 |
📌 Commit 7f56b9a has been approved by |
@bors r+ rollup=never p=1000 |
📌 Commit fe37c77e95f8017f27299c81d0b2546f04904465 has been approved by |
⌛ Testing commit fe37c77e95f8017f27299c81d0b2546f04904465 with merge 51b2eecbebfa7a23afd77754000f95b3d62fa59c... |
This comment has been minimized.
This comment has been minimized.
💔 Test failed - checks-actions |
fe37c77
to
649b9dc
Compare
@bors r+ rollup=never p=1000 |
📌 Commit 649b9dc263b8b494332a5584052808e0ea2d2206 has been approved by |
⌛ Testing commit 649b9dc263b8b494332a5584052808e0ea2d2206 with merge f909939e0a4bd4f0b567a6e31332c97645fe716e... |
This comment has been minimized.
This comment has been minimized.
💔 Test failed - checks-actions |
649b9dc
to
a9174cf
Compare
@bors r+ rollup=never p=1000 |
📌 Commit a9174cf has been approved by |
☀️ Test successful - checks-actions |
This is the standard beta->stable promotion, and includes a last-minute backports of:
r? @Mark-Simulacrum