Skip to content

Commit

Permalink
[ci] Configure split all_packages build.
Browse files Browse the repository at this point in the history
* Makes android_build_all_packages build with JDK17 only, and only a JDK17
project.
* Gets android_build_all_packages_legacy out of bringup.
  • Loading branch information
ditman committed Jul 12, 2024
1 parent 25ed6cb commit 9c17a1e
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -364,23 +364,15 @@ targets:
timeout: 30
properties:
version_file: flutter_master.version
target_file: android_build_all_packages.yaml
# This builds the all_packages app only in a current JDK.
target_file: android_build_all_packages_jdk17.yaml
channel: master
# The legacy project build requires an older JDK.
dependencies: >-
[
{"dependency": "open_jdk", "version": "version:11"}
]
env_variables: >-
{
"CHANNEL": "master"
}
- name: Linux_android android_build_all_packages_legacy master
# When making this `bringup: false`, update the task above to
# use target_file: android_build_all_packages_jdk17.yaml and
# remove its 'dependencies' section.
bringup: true # https://github.com/flutter/packages/pull/7099
recipe: packages/packages
timeout: 30
properties:
Expand Down

0 comments on commit 9c17a1e

Please sign in to comment.