Skip to content

Commit 855e283

Browse files
authored
[ci] Run check_podspecs on arm Mac bots (flutter#5885)
Fixes flutter/flutter#141493
1 parent 82158e8 commit 855e283

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.ci.yaml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1062,9 +1062,7 @@ targets:
10621062
}
10631063
10641064
### iOS+macOS tasks ###
1065-
# TODO(stuartmorgan): Move this to ARM once google_maps_flutter has ARM
1066-
# support. `pod lint` makes a synthetic target that doesn't respect the
1067-
# pod's arch exclusions, so fails to build.
1065+
# TODO(jmagman): Remove when repo_checks is no longer in bringup.
10681066
- name: Mac_x64 check_podspecs
10691067
recipe: packages/packages
10701068
timeout: 30
@@ -1073,6 +1071,15 @@ targets:
10731071
version_file: flutter_master.version
10741072
target_file: macos_check_podspecs.yaml
10751073

1074+
- name: Mac_arm64 repo_checks
1075+
recipe: packages/packages
1076+
timeout: 30
1077+
bringup: true
1078+
properties:
1079+
add_recipes_cq: "true"
1080+
version_file: flutter_master.version
1081+
target_file: macos_check_podspecs.yaml
1082+
10761083
### macOS desktop tasks ###
10771084
# macos-platform_tests builds all the packages on ARM, so this build is run
10781085
# on Intel to give us build coverage of both host types.

0 commit comments

Comments
 (0)