-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
ci: update nightly version to 2025-10-12 #7670
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
Conversation
2ca935e
to
f1c70aa
Compare
I pushed a commit to see if this fix the test failure. |
I don't really understand where this failure comes from. Using an int is the new format, and this should be on the 2025-10-12 nightly, right?
|
Emm, this looks strange, the rust-lang/rust#144443 is still there. ![]() |
Switching back to
|
Revert 96647b5 because of a suspicious miscompilation, see #7671 (comment). |
c13f424
to
bf24380
Compare
I wonder if this mismatch is due to nextest? |
f08e35a
to
44aff47
Compare
Let's update non-docs checks separately. |
44aff47
to
bf24380
Compare
They were really quick to fix the nextest bug, so let's do the update after all: nextest-rs/nextest#2653 Thanks! @sunshowers |
bf24380
to
79dd393
Compare
@taiki-e Do you know why install-action is still installing v0.9.105 when v0.9.106 has been available on github releases for some time? |
I'm out for work, so I currently can't create the release. I plan to go home in 2 hours, but there is an update in the main branch, so you can also use it. (The update work is automated, so the main branch is generally up-to-date or up to three hours late, but the owner's involvement is required to create a release.) |
Created the new release of install-action which contains the latest version of nextest. |
This reverts commit b4b5984.
Thanks! |
See #7653
This will undo #7652