mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
Merge branch 'skip-dev-push' into 'master'
Avoid pushing dev dependencies See merge request redox-os/redox!1727
This commit is contained in:
commit
6b37db810e
@ -480,9 +480,9 @@ fn parse_args(args: Vec<String>) -> anyhow::Result<(CliConfig, CliCommand, Vec<C
|
||||
}
|
||||
CookRecipe::get_build_deps_recursive(
|
||||
&recipe_names,
|
||||
true,
|
||||
!command.is_pushing(),
|
||||
// In CliCommand::Cook, is_deps==true will make it skip checking source
|
||||
command == CliCommand::Tree || !config.with_package_deps,
|
||||
command.is_pushing() || !config.with_package_deps,
|
||||
)?
|
||||
} else {
|
||||
recipe_names
|
||||
|
||||
Loading…
Reference in New Issue
Block a user