Skip to content

Removes unused feature target.dependencies and ciYaml.getInitialTargets().#4713

Merged
auto-submit[bot] merged 1 commit into
flutter:mainfrom
matanlurey:remove-ci.yaml-target-dependencies
May 19, 2025
Merged

Removes unused feature target.dependencies and ciYaml.getInitialTargets().#4713
auto-submit[bot] merged 1 commit into
flutter:mainfrom
matanlurey:remove-ci.yaml-target-dependencies

Conversation

@matanlurey
Copy link
Copy Markdown
Contributor

Note that target.properties.dependencies, something entirely different, is not affected.

Closes flutter/flutter#169103.

@matanlurey matanlurey requested a review from jtmcdole May 19, 2025 22:58
// Unique, human readable identifier.
optional string name = 1;
// Names of other targets required to succeed before triggering this target.
repeated string dependencies = 2;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So this was future planning for some "build plan" esque thing? huh

@matanlurey matanlurey added the autosubmit Merge PR when tree becomes green via auto submit App. label May 19, 2025
@auto-submit auto-submit Bot merged commit e579ae8 into flutter:main May 19, 2025
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

autosubmit Merge PR when tree becomes green via auto submit App.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

List<Target> getInitialTargets appears to reference outdated logic

2 participants