Skip to content

Commit 10475cb

Browse files
godofredocCasey Hillers
authored andcommitted
Add dimensions to release builds. (flutter#126117)
Release builds running in dart internal require the dimensions to be set explicitly at the target level in ci.yaml. Bug: flutter#126116
1 parent a159f97 commit 10475cb

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.ci.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,8 @@ targets:
330330
recipe: flutter/flutter
331331
presubmit: false
332332
timeout: 90 # https://github.com/flutter/flutter/issues/120901
333+
dimensions:
334+
os: "Linux"
333335
properties:
334336
cores: "32"
335337
dependencies: >-
@@ -4840,6 +4842,8 @@ targets:
48404842
task_name: flutter_packaging
48414843
tags: >
48424844
["framework", "hostonly", "shard", "linux"]
4845+
dimensions:
4846+
os: "Linux"
48434847

48444848
- name: Mac flutter_packaging
48454849
recipe: packaging/packaging
@@ -4855,6 +4859,7 @@ targets:
48554859
["framework", "hostonly", "shard", "mac"]
48564860
dimensions:
48574861
cpu: "x86"
4862+
os: "Mac"
48584863

48594864

48604865
- name: Mac_arm64 flutter_packaging
@@ -4871,6 +4876,7 @@ targets:
48714876
["framework", "hostonly", "shard", "mac"]
48724877
dimensions:
48734878
cpu: "arm64"
4879+
os: "Mac"
48744880

48754881
- name: Windows flutter_packaging
48764882
recipe: packaging/packaging
@@ -4884,6 +4890,8 @@ targets:
48844890
task_name: flutter_packaging
48854891
tags: >
48864892
["framework", "hostonly", "shard", "windows"]
4893+
dimensions:
4894+
os: "Windows"
48874895

48884896

48894897
- name: Linux docs_deploy_beta
@@ -4906,6 +4914,8 @@ targets:
49064914
validation: docs_deploy
49074915
validation_name: Docs_deploy
49084916
firebase_project: master-docs-flutter-dev
4917+
dimensions:
4918+
os: "Linux"
49094919

49104920
- name: Linux docs_deploy_stable
49114921
recipe: flutter/flutter
@@ -4927,3 +4937,5 @@ targets:
49274937
validation: docs_deploy
49284938
validation_name: Docs_deploy
49294939
firebase_project: docs-flutter-dev
4940+
dimensions:
4941+
os: "Linux"

0 commit comments

Comments
 (0)