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

Commit bd0791b

Browse files
authored
Pass drone_dimensions as part of the main target. (#116812)
* Pass drone_dimensions as part of the main target. Drone dimensions were passed as properties when the sharding utility is expecting them in the target. Bug: flutter/flutter#116794 * Use dimensions instead of drone_dimensions. * Use a map format.
1 parent d19f776 commit bd0791b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.ci.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -4690,9 +4690,8 @@ targets:
46904690
task_name: flutter_packaging
46914691
tags: >
46924692
["framework", "hostonly", "shard", "mac"]
4693-
drone_dimensions: >
4694-
["cpu=arm64"]
4695-
4693+
dimensions:
4694+
cpu: "arm64"
46964695

46974696
- name: Windows flutter_packaging
46984697
recipe: packaging_v2/packaging_v2

0 commit comments

Comments
 (0)