-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
Bump to 1.72.0 #112023
Bump to 1.72.0 #112023
Conversation
@bors r+ rollup=never p=1 |
This comment has been minimized.
This comment has been minimized.
…67-version-issue, r=jyn514" This reverts commit 9267843, reversing changes made to e52fbff. This breaks our ability to bump the src/version where we're bootstrapping with an older compiler than usual (according to version number). It's not clear whether the intended use case has a clean solution given this constraint, so reverting for now - we can reland with a fix of some kind implemented.
cc @jyn514 @chenyukang -- reverting #111538 for now, it breaks our ability to do bumps (added a note to the revert commit message). Happy to see that re-land but we need to proceed with the release right now. |
@bors r+ |
that's fine to revert for now, yeah.
ah hmm, I guess the problem is that for a ~week we're building 1.72 nightly with 1.70 beta? I wonder if we could have some field in config.toml that explicitly opts in to allowing it to be 2 versions apart instead of 1, and disable it once we bump to 1.71 beta. anyway, we can worry about that after this merges. |
Well, it would be something like a change in defaults during the period at least - which feels hacky. I'm not sure it adds enough value for the hassle. I guess we could try to only do this when building from source tarballs or something like that, if I understood the original issue correctly, that should mitigate most of the pain. Building in-tree with stage0.json compilers isn't really a case where you have a problem. (Though there's not a trivial conditional, because it's totally valid to build the nightly artifacts from the source tarballs during this week). |
ah! that's a great point, we can just turn this check off altogether when |
I will add a fix to the original PR. |
☀️ Test successful - checks-actions |
Finished benchmarking commit (9291627): comparison URL. Overall result: ❌✅ regressions and improvements - no action needed@rustbot label: -perf-regression Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 646.258s -> 645.492s (-0.12%) |
…on-issue, r=jyn514 Make sure the build.rustc version is either the same or 1 apart (revised) rust-lang#111538 is reverted in rust-lang#112023. This PR will only check `build.rustc` to confirm the correct version.
…on-issue, r=jyn514 Make sure the build.rustc version is either the same or 1 apart (revised) rust-lang#111538 is reverted in rust-lang#112023. This PR will only check `build.rustc` to confirm the correct version.
r? @Mark-Simulacrum