Do not warn on rust.incremental when using download CI rustc
This commit is contained in:
parent
0a39445252
commit
796ee4ff6c
1 changed files with 1 additions and 2 deletions
|
|
@ -321,11 +321,11 @@ pub fn check_incompatible_options_for_ci_rustc(
|
|||
rpath,
|
||||
channel,
|
||||
description,
|
||||
incremental,
|
||||
default_linker,
|
||||
std_features,
|
||||
|
||||
// Rest of the options can simply be ignored.
|
||||
incremental: _,
|
||||
debug: _,
|
||||
codegen_units: _,
|
||||
codegen_units_std: _,
|
||||
|
|
@ -389,7 +389,6 @@ pub fn check_incompatible_options_for_ci_rustc(
|
|||
|
||||
warn!(current_rust_config.channel, channel, "rust");
|
||||
warn!(current_rust_config.description, description, "rust");
|
||||
warn!(current_rust_config.incremental, incremental, "rust");
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue