parent
d8c69dfb37
commit
6aef5b331f
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