Skip to content

Hostonly gradle tests rely on flutter doctor to download android dependencies #67370

@jonahwilliams

Description

@jonahwilliams

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P1High-priority issues at the top of the work listteam-infraOwned by Infrastructure teamtoolAffects the "flutter" command-line tool. See also t: labels.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions