Skip to content

Commit

Permalink
[ci] Start moving podspec check to ARM (flutter#6782)
Browse files Browse the repository at this point in the history
Now that `google_maps_flutter` supports ARM simulators, we should be able to move this task to ARM. This adds the ARM version in bringup mode, with a new name to reflect the fact that it is doing more that just checking podspecs now.

Once this propagates and is green, the x64 version will be removed.

Part of flutter#141493
  • Loading branch information
stuartmorgan authored May 24, 2024
1 parent 40b66fc commit 7b423f5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -975,6 +975,18 @@ targets:
{"dependency": "swift_format", "version": "build_id:8797338980206841409"}
]
- name: Mac_arm64 macos_repo_checks
recipe: packages/packages
bringup: true # New target
timeout: 30
properties:
version_file: flutter_master.version
target_file: macos_repo_checks.yaml
dependencies: >
[
{"dependency": "swift_format", "version": "build_id:8797338980206841409"}
]
### macOS desktop tasks ###
# macos-platform_tests builds all the packages on ARM, so this build is run
# on Intel to give us build coverage of both host types.
Expand Down

0 comments on commit 7b423f5

Please sign in to comment.