parent
d8c69dfb37
commit
6aef5b331f
@ -1276,7 +1276,8 @@ impl Config {
|
|||||||
}
|
}
|
||||||
|
|
||||||
config.initial_rustc = if let Some(rustc) = build.rustc {
|
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)
|
PathBuf::from(rustc)
|
||||||
} else {
|
} else {
|
||||||
config.download_beta_toolchain();
|
config.download_beta_toolchain();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user