Skip to content

Commit bf84784

Browse files
committed
Try removing 'download Dart and iOS deps' steps
1 parent 3645200 commit bf84784

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.ci/targets/ios_build_all_packages.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ tasks:
22
- name: prepare tool
33
script: .ci/scripts/prepare_tool.sh
44
infra_step: true # Note infra steps failing prevents "always" from running.
5-
- name: download Dart and iOS deps
6-
script: .ci/scripts/tool_runner.sh
7-
args: ["fetch-deps", "--ios", "--supporting-target-platforms-only"]
8-
infra_step: true
95
- name: create all_packages app
106
script: .ci/scripts/create_all_packages_app.sh
117
infra_step: true # Note infra steps failing prevents "always" from running.

.ci/targets/macos_build_all_packages.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ tasks:
22
- name: prepare tool
33
script: .ci/scripts/prepare_tool.sh
44
infra_step: true # Note infra steps failing prevents "always" from running.
5-
- name: download Dart and macOS deps
6-
script: .ci/scripts/tool_runner.sh
7-
args: ["fetch-deps", "--macos", "--supporting-target-platforms-only"]
8-
infra_step: true
95
- name: create all_packages app
106
script: .ci/scripts/create_all_packages_app.sh
117
infra_step: true # Note infra steps failing prevents "always" from running.

0 commit comments

Comments
 (0)