Skip to content

Reverts "[ci] Run check_podspecs on arm Mac bots" #5909

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 3 additions & 10 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1062,7 +1062,9 @@ targets:
}

### iOS+macOS tasks ###
# TODO(jmagman): Remove when repo_checks is no longer in bringup.
# TODO(stuartmorgan): Move this to ARM once google_maps_flutter has ARM
# support. `pod lint` makes a synthetic target that doesn't respect the
# pod's arch exclusions, so fails to build.
- name: Mac_x64 check_podspecs
recipe: packages/packages
timeout: 30
Expand All @@ -1071,15 +1073,6 @@ targets:
version_file: flutter_master.version
target_file: macos_check_podspecs.yaml

- name: Mac_arm64 repo_checks
recipe: packages/packages
timeout: 30
bringup: true
properties:
add_recipes_cq: "true"
version_file: flutter_master.version
target_file: macos_check_podspecs.yaml

### macOS desktop tasks ###
# macos-platform_tests builds all the packages on ARM, so this build is run
# on Intel to give us build coverage of both host types.
Expand Down