Disable bootstrap rustc version check by djkoloski · Pull Request #115103 · rust-lang/rust (original) (raw)
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 andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation3 Commits1 Checks0 Files changed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})
(rustbot has picked a reviewer for you, use r? to override)
rustbot added S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
labels
📌 Commit 6aef5b3 has been approved by compiler-errors
It is now in the queue for this repository.
bors added S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
and removed S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
labels
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request
…n_check, r=compiler-errors
Disable bootstrap rustc version check
Mitigates rust-lang#115065
bors added a commit to rust-lang-ci/rust that referenced this pull request
workingjubilee added a commit to workingjubilee/rustc that referenced this pull request
… r=Mark-Simulacrum
add bootstrap flag --skip-stage0-validation
This change introduces the --skip-stage0-validation
flag, which permits the use of any desired version of the stage0 compiler without verifying its version.
Additionally, stage0 compiler validation check is reverted(rust-lang#115103) to its default enabled state.
Helps to rust-lang#115065
r? Mark-Simulacrum
GuillaumeGomez added a commit to GuillaumeGomez/rust that referenced this pull request
… r=Mark-Simulacrum
add bootstrap flag --skip-stage0-validation
This change introduces the --skip-stage0-validation
flag, which permits the use of any desired version of the stage0 compiler without verifying its version.
Additionally, stage0 compiler validation check is reverted(rust-lang#115103) to its default enabled state.
Helps to rust-lang#115065
r? Mark-Simulacrum
GuillaumeGomez added a commit to GuillaumeGomez/rust that referenced this pull request
… r=Mark-Simulacrum
add bootstrap flag --skip-stage0-validation
This change introduces the --skip-stage0-validation
flag, which permits the use of any desired version of the stage0 compiler without verifying its version.
Additionally, stage0 compiler validation check is reverted(rust-lang#115103) to its default enabled state.
Helps to rust-lang#115065
r? Mark-Simulacrum
rust-timer added a commit to rust-lang-ci/rust that referenced this pull request
Rollup merge of rust-lang#117043 - onur-ozkan:skip-stage0-validation, r=Mark-Simulacrum
add bootstrap flag --skip-stage0-validation
This change introduces the --skip-stage0-validation
flag, which permits the use of any desired version of the stage0 compiler without verifying its version.
Additionally, stage0 compiler validation check is reverted(rust-lang#115103) to its default enabled state.
Helps to rust-lang#115065
r? Mark-Simulacrum
Labels
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)