[go: nahoru, domu]

Skip to content

Commit

Permalink
Pass drone_dimensions as part of the main target. (flutter#116812)
Browse files Browse the repository at this point in the history
* 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#116794

* Use dimensions instead of drone_dimensions.

* Use a map format.
  • Loading branch information
godofredoc committed Dec 12, 2022
1 parent d19f776 commit bd0791b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4690,9 +4690,8 @@ targets:
task_name: flutter_packaging
tags: >
["framework", "hostonly", "shard", "mac"]
drone_dimensions: >
["cpu=arm64"]
dimensions:
cpu: "arm64"

- name: Windows flutter_packaging
recipe: packaging_v2/packaging_v2
Expand Down

0 comments on commit bd0791b

Please sign in to comment.