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

Commit ffc6824

Browse files
authored
Remove podspec lint bash script, use flutter_plugin_tools (#2346)
1 parent a87b6aa commit ffc6824

File tree

2 files changed

+10
-91
lines changed

2 files changed

+10
-91
lines changed

.cirrus.yml

+10-3
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,16 @@ task:
123123
- flutter channel $CHANNEL
124124
- ./script/build_all_plugins_app.sh ios --no-codesign
125125
- name: lint_darwin_plugins
126-
script: ./script/lint_darwin_plugins.sh
126+
env:
127+
matrix:
128+
PLUGIN_SHARDING: "--shardIndex 0 --shardCount 2"
129+
PLUGIN_SHARDING: "--shardIndex 1 --shardCount 2"
130+
script:
131+
# TODO(jmagman): Lint macOS podspecs but skip any that fail library validation.
132+
- find . -name "*.podspec" | xargs grep -l "osx" | xargs rm
133+
# Skip the dummy podspecs used to placate the tool.
134+
- find . -name "*_web*.podspec" -o -name "*_mac*.podspec" | xargs rm
135+
- ./script/incremental_build.sh podspecs --no-analyze camera --skip google_sign_in --skip webview_flutter
127136
- name: build-ipas+drive-examples
128137
env:
129138
PATH: $PATH:/usr/local/bin
@@ -162,8 +171,6 @@ task:
162171
script:
163172
- flutter channel master
164173
- ./script/build_all_plugins_app.sh macos
165-
- name: lint_darwin_plugins
166-
script: ./script/lint_darwin_plugins.sh
167174
- name: build-apps+drive-examples
168175
env:
169176
PATH: $PATH:/usr/local/bin

script/lint_darwin_plugins.sh

-88
This file was deleted.

0 commit comments

Comments
 (0)