File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments