Rollup merge of #115103 - djkoloski:disable_bootstrap_version_check, r=compiler-errors
Disable bootstrap rustc version check Mitigates #115065
This commit is contained in:
commit
b3949c0174
1 changed files with 2 additions and 1 deletions
|
@ -1276,7 +1276,8 @@ impl Config {
|
|||
}
|
||||
|
||||
config.initial_rustc = if let Some(rustc) = build.rustc {
|
||||
config.check_build_rustc_version(&rustc);
|
||||
// FIXME(#115065): re-enable this check
|
||||
// config.check_build_rustc_version(&rustc);
|
||||
PathBuf::from(rustc)
|
||||
} else {
|
||||
config.download_beta_toolchain();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue