add bootstrap flag --skip-stage0-validation by onur-ozkan · Pull Request #117043 · 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 Commits2 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 }})

onur-ozkan

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(#115103) to its default enabled state.

Helps to #115065

r? Mark-Simulacrum

@onur-ozkan

Signed-off-by: onur-ozkan work@onurozkan.dev

@rustbot rustbot added S-waiting-on-review

Status: Awaiting review from the assignee but also interested parties.

T-bootstrap

Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)

labels

Oct 22, 2023

@rustbot

This PR modifies src/bootstrap/src/core/config. If appropriate, please also update CONFIG_CHANGE_HISTORY in src/bootstrap/src/lib.rs and change-id in config.example.toml.

@onur-ozkan onur-ozkan changed the titleSkip stage0 validation add bootstrap flag --skip-stage0-validation

Oct 22, 2023

@onur-ozkan

This change introduces the --skip-stage0-validation flag, which permits the use of any desired version of the stage0 compiler without verifying its version.

Signed-off-by: onur-ozkan work@onurozkan.dev

@Mark-Simulacrum

@bors r+

I think this is probably OK for now.

@bors

📌 Commit 9586bb8 has been approved by Mark-Simulacrum

It is now in the queue for this repository.

@bors 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

Oct 29, 2023

workingjubilee added a commit to workingjubilee/rustc that referenced this pull request

Oct 29, 2023

@workingjubilee

… 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

bors added a commit to rust-lang-ci/rust that referenced this pull request

Oct 29, 2023

@bors

…kingjubilee

Rollup of 5 pull requests

Successful merges:

r? @ghost @rustbot modify labels: rollup

GuillaumeGomez added a commit to GuillaumeGomez/rust that referenced this pull request

Oct 29, 2023

@GuillaumeGomez

… 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

This was referenced

Oct 29, 2023

bors added a commit to rust-lang-ci/rust that referenced this pull request

Oct 29, 2023

@bors

…llaumeGomez

Rollup of 5 pull requests

Successful merges:

r? @ghost @rustbot modify labels: rollup

rust-timer added a commit to rust-lang-ci/rust that referenced this pull request

Oct 29, 2023

@rust-timer

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

bors-ferrocene bot added a commit to ferrocene/ferrocene that referenced this pull request

Oct 31, 2023

bors-ferrocene bot added a commit to ferrocene/ferrocene that referenced this pull request

Oct 31, 2023

Labels

S-waiting-on-bors

Status: Waiting on bors to run and complete tests. Bors will change the label on completion.

T-bootstrap

Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)