-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
stage0 bootstrap bump #97147
stage0 bootstrap bump #97147
Conversation
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
|
Also included RLS bump -- forward-porting from the beta change. |
6392479
to
ce99693
Compare
ce99693
to
bf29b3c
Compare
@bors r+ |
📌 Commit bf29b3c has been approved by |
⌛ Testing commit bf29b3c with merge 7c3b3e2b15cb8b0ddb990aa06e3490168ed96044... |
☀️ Test successful - checks-actions |
👀 Test was successful, but fast-forwarding failed: 422 Update is not a fast forward |
@bors retry |
Finished benchmarking commit (7c3b3e2b15cb8b0ddb990aa06e3490168ed96044): comparison url. Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)Results
CyclesResults
If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression Footnotes |
☀️ Test successful - checks-actions |
Tested on commit rust-lang/rust@52cc779. Direct link to PR: <rust-lang/rust#97147> 🎉 rls on windows: build-fail → test-pass (cc @Xanewok). 🎉 rls on linux: build-fail → test-pass (cc @Xanewok).
Finished benchmarking commit (52cc779): comparison url. Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)Results
CyclesResults
If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression Footnotes |
When I run the stage0/cargo with this PR I'm seeing a version of
|
Hm, it might be that I didn't wait long enough for the beta to be pushed up. We'll want another bump anyway to pick up beta built with released stable, so I'll open another PR if necessary. We might want to list the version number, not just date, in the stage0.json to make this easier to catch. |
…albini Finish bumping stage0 It looks like the last time had left some remaining cfg's -- which made me think that the stage0 bump was actually successful. This brings us to a released 1.62 beta though. This now brings us to cfg-clean, with the exception of check-cfg-features in bootstrap; I'd prefer to leave that for a separate PR at this time since it's likely to be more tricky. cc rust-lang#97147 (comment) r? `@pietroalbini`
Finish bumping stage0 It looks like the last time had left some remaining cfg's -- which made me think that the stage0 bump was actually successful. This brings us to a released 1.62 beta though. This now brings us to cfg-clean, with the exception of check-cfg-features in bootstrap; I'd prefer to leave that for a separate PR at this time since it's likely to be more tricky. cc rust-lang/rust#97147 (comment) r? `@pietroalbini`
r? @pietroalbini