Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 5db5fa5

Browse files
committed
TODO & Name changes
1 parent dfa4837 commit 5db5fa5

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.ci.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,17 @@ platform_properties:
3939

4040

4141
targets:
42-
- name: Mac_x64 darwin_lint_podspecs
42+
# TODO(stuartmorgan): Move this to ARM once google_maps_flutter has ARM
43+
# support. `pod lint` makes a synthetic target that doesn't respect the
44+
# pod's arch exclusions, so fails to build.
45+
- name: Mac_x64 lint_podspecs
4346
recipe: plugins/plugins
4447
bringup: true # New target: https://github.com/flutter/plugins/pull/6637
4548
timeout: 30
4649
properties:
4750
add_recipes_cq: "true"
4851
version_file: flutter_master.version
49-
target_file: mac_darwin_lint_podspecs.yaml
52+
target_file: mac_lint_podspecs.yaml
5053

5154
- name: Windows win32-platform_tests master
5255
recipe: plugins/plugins
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
tasks:
22
- name: prepare tool
33
script: .ci/scripts/prepare_tool.sh
4-
- name: create all_plugins app
4+
- name: lint iOS and macOS podspecs
55
script: script/tool_runner.sh
66
args: ["podspecs"]

0 commit comments

Comments
 (0)