-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Closed
Closed
Copy link
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listteam-infraOwned by Infrastructure teamOwned by Infrastructure teamtoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.
Description
While removing the android gen_snapshot dependency from flutter doctor, the following tests failed:
- linux_gradle_plugin_bundle_test
- linux_gradle_plugin_fat_apk_test
- linux_module_host_with_custom_build_test
- mac_gradle_plugin_bundle_test
- mac_gradle_plugin_fat_apk_test
- mac_gradle_plugin_light_apk_test
- mac_module_host_with_custom_build_test
- win_gradle_plugin_bundle_test
- win_gradle_plugin_fat_apk_test
- win_gradle_plugin_light_apk_test
- win_module_host_with_custom_build_test
These tests should flutter precache any dependencies they need, and not rely on other commands happening to download the right binaries.
Additionally, the tool should probably check for dependencies in assemble.
christopherfujino
Metadata
Metadata
Assignees
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listteam-infraOwned by Infrastructure teamOwned by Infrastructure teamtoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.