File tree 2 files changed +0
-21
lines changed
2 files changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,6 @@ targets:
45
45
# pod's arch exclusions, so fails to build.
46
46
- name : Mac_x64 lint_podspecs
47
47
recipe : plugins/plugins
48
- bringup : true # New target: https://github.com/flutter/plugins/pull/6637
49
48
timeout : 30
50
49
properties :
51
50
add_recipes_cq : " true"
@@ -57,7 +56,6 @@ targets:
57
56
# on Intel to give us build coverage of both host types.
58
57
- name : Mac_x64 build_all_plugins master
59
58
recipe : plugins/plugins
60
- bringup : true # New target: https://github.com/flutter/plugins/pull/6671
61
59
timeout : 30
62
60
properties :
63
61
add_recipes_cq : " true"
@@ -67,7 +65,6 @@ targets:
67
65
68
66
- name : Mac_x64 build_all_plugins stable
69
67
recipe : plugins/plugins
70
- bringup : true # New target: https://github.com/flutter/plugins/pull/6671
71
68
timeout : 30
72
69
properties :
73
70
add_recipes_cq : " true"
Original file line number Diff line number Diff line change @@ -340,13 +340,6 @@ task:
340
340
<< : *MACOS_INTEL_TEMPLATE
341
341
<< : *FLUTTER_UPGRADE_TEMPLATE
342
342
matrix :
343
- # ## iOS+macOS tasks ***
344
- # TODO(stuartmorgan): Move this to ARM once google_maps_flutter has ARM
345
- # support. `pod lint` makes a synthetic target that doesn't respect the
346
- # pod's arch exclusions, so fails to build.
347
- - name : darwin-lint_podspecs
348
- script :
349
- - ./script/tool_runner.sh podspecs
350
343
# ## iOS tasks ###
351
344
# TODO(stuartmorgan): Swap this and ios-build_all_plugins once simulator
352
345
# tests are reliable on the ARM infrastructure. See discussion at
@@ -382,14 +375,3 @@ task:
382
375
# This UI change sometimes affects `xctest`.
383
376
# So we run `drive-examples` after `native-test`; changing the order will result ci failure.
384
377
- ./script/tool_runner.sh drive-examples --ios --exclude=script/configs/exclude_integration_ios.yaml
385
- # ## macOS desktop tasks ###
386
- # macos-platform_tests builds all the plugins on M1, so this build is run
387
- # on Intel to give us build coverage of both host types.
388
- - name : macos-build_all_plugins
389
- env :
390
- BUILD_ALL_ARGS : " macos"
391
- matrix :
392
- CHANNEL : " master"
393
- CHANNEL : " stable"
394
- setup_script :
395
- << : *BUILD_ALL_PLUGINS_APP_TEMPLATE
You can’t perform that action at this time.
0 commit comments