Skip to content

Commit 1a2b780

Browse files
Reverts "[ci] Run check_podspecs on arm Mac bots" (#5909)
Reverts #5885 Initiated by: jmagman This change reverts the following previous change: Original Description: Fixes flutter/flutter#141493
1 parent 4c5375d commit 1a2b780

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

.ci.yaml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1062,7 +1062,9 @@ targets:
10621062
}
10631063
10641064
### iOS+macOS tasks ###
1065-
# TODO(jmagman): Remove when repo_checks is no longer in bringup.
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.
10661068
- name: Mac_x64 check_podspecs
10671069
recipe: packages/packages
10681070
timeout: 30
@@ -1071,15 +1073,6 @@ targets:
10711073
version_file: flutter_master.version
10721074
target_file: macos_check_podspecs.yaml
10731075

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-
10831076
### macOS desktop tasks ###
10841077
# macos-platform_tests builds all the packages on ARM, so this build is run
10851078
# on Intel to give us build coverage of both host types.

0 commit comments

Comments
 (0)