re-enable stage0 compiler version check
Signed-off-by: onur-ozkan <work@onurozkan.dev>
This commit is contained in:
parent
85812004e2
commit
a63624a67b
1 changed files with 1 additions and 2 deletions
|
|
@ -1275,8 +1275,7 @@ impl Config {
|
|||
}
|
||||
|
||||
config.initial_rustc = if let Some(rustc) = build.rustc {
|
||||
// FIXME(#115065): re-enable this check
|
||||
// config.check_build_rustc_version(&rustc);
|
||||
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