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 }})
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
Signed-off-by: onur-ozkan work@onurozkan.dev
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
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 changed the title
Skip stage0 validation 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.
Signed-off-by: onur-ozkan work@onurozkan.dev
@bors r+
I think this is probably OK for now.
📌 Commit 9586bb8 has been approved by Mark-Simulacrum
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
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
bors added a commit to rust-lang-ci/rust that referenced this pull request
…kingjubilee
Rollup of 5 pull requests
Successful merges:
- rust-lang#115968 (Don't use LFS64 symbols on musl)
- rust-lang#117043 (add bootstrap flag
--skip-stage0-validation
) - rust-lang#117082 (Fix closure-inherit-target-feature test for SGX platform)
- rust-lang#117312 (memcpy assumptions: link to source showing that GCC makes the same assumption)
- rust-lang#117328 (pass
CODEGEN_BACKENDS
to docker)
r? @ghost
@rustbot
modify labels: rollup
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
This was referenced
Oct 29, 2023
bors added a commit to rust-lang-ci/rust that referenced this pull request
…llaumeGomez
Rollup of 5 pull requests
Successful merges:
- rust-lang#115968 (Don't use LFS64 symbols on musl)
- rust-lang#117043 (add bootstrap flag
--skip-stage0-validation
) - rust-lang#117082 (Fix closure-inherit-target-feature test for SGX platform)
- rust-lang#117312 (memcpy assumptions: link to source showing that GCC makes the same assumption)
- rust-lang#117337 (rustdoc: Use
ThinVec
inGenericParamDefKind
)
r? @ghost
@rustbot
modify labels: rollup
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
bors-ferrocene bot added a commit to ferrocene/ferrocene that referenced this pull request
bors-ferrocene bot added a commit to ferrocene/ferrocene that referenced this pull request
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)