-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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.45.1 release #74574
[stable] 1.45.1 release #74574
Conversation
b814158
to
5cc50ab
Compare
#74557 is also stable-nominated, would it also go in this release if accepted? |
Yes, it should. |
Always install when the build succeeds Fixes rust-lang#74431 Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
5cc50ab
to
452a29c
Compare
This is not a user-visible change as Cargo's library API is not exposed by Rust, but this way the version in 1.45.1 will appropriately match with published Cargo 0.46.1.
041f857
to
3814819
Compare
8bcb946
to
d01e109
Compare
@bors r+ rollup=never p=99 This is targeting Thursday next week, so not super urgent, but I'd like artifacts as soon as possible. |
📌 Commit d01e109 has been approved by |
🌲 The tree is currently closed for pull requests below priority 100, this pull request will be tested once the tree is reopened |
Perhaps we should p=100 this since nothing else is happening right now? The fetch bug might not affect older branches as much |
It reproduces on 1.43: https://rust-lang.zulipchat.com/#narrow/stream/242791-t-infra/topic/zlib.20errors/near/204837666 |
⌛ Testing commit d01e109 with merge 276d6395ee46ef7f0558b1ed1d1421b94588e5b9... |
💔 Test failed - checks-actions |
Your PR failed (pretty log, raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem. 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 r+ rollup=never p=100 |
📌 Commit 7747315 has been approved by |
Your PR failed (pretty log, raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem. 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 |
A follow-up to rust-lang#74406, this commit merely removes the `shell: bash` lines where they are explicitly added in favor of setting defaults for *all* "run" steps. Signed-off-by: Kristofer Rye <kristofer.rye@gmail.com>
This will render the src/ci/exec-with-shell.py script more or less useless, but we're going to replace that by just using the system bash instead. Signed-off-by: Kristofer Rye <kristofer.rye@gmail.com>
Also, promote defaults.run.shell from inside only the primary jobs to the top level. The src/ci/exec-with-shell.py wrapper script was formerly used to change out the shell mid-job by intercepting a CI_OVERRIDE_SHELL environment variable. Now, instead, we just set `bash` as the global default across all jobs, and we also delete the exec-with-shell.py script. Signed-off-by: Kristofer Rye <kristofer.rye@gmail.com>
@bors r+ rollup=never p=100 |
📌 Commit 884ea63 has been approved by |
⌛ Testing commit 884ea63 with merge 3007f25033a1564968004ccc62b3163233a4fdc6... |
💥 Test timed out |
Seems likely to be spurious. @bors retry |
⌛ Testing commit 884ea63 with merge fe127277de558b0d78672b829a39978edc50c513... |
💥 Test timed out |
@bors retry |
☀️ Test successful - checks-actions, checks-azure |
See RELEASES.md for details on what this contains.