Skip to content

Commit 7b423f5

Browse files
[ci] Start moving podspec check to ARM (flutter#6782)
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
1 parent 40b66fc commit 7b423f5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.ci.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -975,6 +975,18 @@ targets:
975975
{"dependency": "swift_format", "version": "build_id:8797338980206841409"}
976976
]
977977
978+
- name: Mac_arm64 macos_repo_checks
979+
recipe: packages/packages
980+
bringup: true # New target
981+
timeout: 30
982+
properties:
983+
version_file: flutter_master.version
984+
target_file: macos_repo_checks.yaml
985+
dependencies: >
986+
[
987+
{"dependency": "swift_format", "version": "build_id:8797338980206841409"}
988+
]
989+
978990
### macOS desktop tasks ###
979991
# macos-platform_tests builds all the packages on ARM, so this build is run
980992
# on Intel to give us build coverage of both host types.

0 commit comments

Comments
 (0)