-
Notifications
You must be signed in to change notification settings - Fork 13k
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.59.0 release #94224
[stable] 1.59.0 release #94224
Conversation
|
@bors r+ rollup=never p=100 |
📌 Commit 2b5a2134fd90ade72ccddebda19425478b6cd49d has been approved by |
705fe3b
to
916fa0e
Compare
@bors r+ rollup=never p=100 |
📌 Commit 916fa0e56d08927893aa512a1ddb98c1c57b304a has been approved by |
⌛ Testing commit 916fa0e56d08927893aa512a1ddb98c1c57b304a with merge 65d097e8a5032686f314bce749f4369ee0f7d744... |
💔 Test failed - checks-actions |
@bors retry ci-mirrors dns failure |
This comment has been minimized.
This comment has been minimized.
⌛ Testing commit 916fa0e56d08927893aa512a1ddb98c1c57b304a with merge 68d537105f48fea11d56c5ba19d9304282d19acf... |
This comment has been minimized.
This comment has been minimized.
💔 Test failed - checks-actions |
Probably due to the libc bump pulled in due to the backport of compiler-builtins, will need to investigate |
…roideabi` rlib I ran `./x.py dist --host= --target=armv7-linux-androideabi` before this diff: ``` $ nm build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/armv7-linux-androideabi/lib/libcompiler_builtins-3d9661a82c59c66a.rlib 2> /dev/null | grep __sync_fetch_and_add_4 | wc -l 2 ``` And after: ``` $ nm build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/armv7-linux-androideabi/lib/libcompiler_builtins-ffd2745070943321.rlib 2> /dev/null | grep __sync_fetch_and_add_4 | wc -l 1 ``` Fixes rust-lang#93310
This disables incremental compilation by default and adds a snippet to the compiler release notes explaining the rationale and encouraging testing.
916fa0e
to
6af5faf
Compare
@bors r+ rollup=never p=100 Dropped the libc bump, hopefully that's enough to get things passing again. |
📌 Commit 6af5faf has been approved by |
☀️ Test successful - checks-actions |
This adds in a few backports:
armv7-linux-androideabi
rlib #93436This also includes a fresh commit replicating the 1.52.1 patch soft-disabling incremental for 1.59, in light of discussion on #94124. This hasn't yet been fully approved but I think is the likely way things will go, so preparing the first round of stable artifacts with that in mind.
r? @Mark-Simulacrum