Skip to content

Commit 0fa56b7

Browse files
[ci] Switch podspec check over to ARM (#6791)
Completes the switch of podspec checks to ARM, following up from #6782 - Brings the new target out of bringup mode. - Removes the old target. - Fixes the build ID of the swift-format CIPD package, since the previous one was copied from the other target, but the arm64 version of the package has a different build ID. Fixes flutter/flutter#141493
1 parent ce3d2f1 commit 0fa56b7

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

.ci.yaml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -961,30 +961,15 @@ targets:
961961
}
962962
963963
### iOS+macOS tasks ###
964-
# TODO(stuartmorgan): Move this to ARM once google_maps_flutter has ARM
965-
# support. `pod lint` makes a synthetic target that doesn't respect the
966-
# pod's arch exclusions, so fails to build.
967-
- name: Mac_x64 check_podspecs
968-
recipe: packages/packages
969-
timeout: 30
970-
properties:
971-
version_file: flutter_master.version
972-
target_file: macos_repo_checks.yaml
973-
dependencies: >
974-
[
975-
{"dependency": "swift_format", "version": "build_id:8797338980206841409"}
976-
]
977-
978964
- name: Mac_arm64 macos_repo_checks
979965
recipe: packages/packages
980-
bringup: true # New target
981966
timeout: 30
982967
properties:
983968
version_file: flutter_master.version
984969
target_file: macos_repo_checks.yaml
985970
dependencies: >
986971
[
987-
{"dependency": "swift_format", "version": "build_id:8797338980206841409"}
972+
{"dependency": "swift_format", "version": "build_id:8797338979890974865"}
988973
]
989974
990975
### macOS desktop tasks ###

0 commit comments

Comments
 (0)