re-enable stage0 compiler version check
Signed-off-by: onur-ozkan <work@onurozkan.dev>
This commit is contained in:
parent
85812004e2
commit
a63624a67b
@ -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…
x
Reference in New Issue
Block a user