Skip to content

Commit a7a1ddf

Browse files
authored
Add cpu: x86 dimension and xcode dependency for Mac_build_test targets (#126482)
This is a follow up of flutter/flutter#111164. My local LED was based on `cpu: x86` dimension and `xcode` dependency. But these are missed in the above PR, which caused test failure: https://ci.chromium.org/ui/p/flutter/builders/staging/Mac_build_test%20flutter_gallery__transition_perf_e2e_ios/19/overview
1 parent dc3d660 commit a7a1ddf

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,13 @@ platform_properties:
115115
properties:
116116
dependencies: >-
117117
[
118+
{"dependency": "xcode", "version": "14e222b"},
119+
{"dependency": "gems", "version": "v3.3.14"},
118120
{"dependency": "apple_signing", "version": "version:2022_to_2023"}
119121
]
120122
os: Mac-12
121123
device_type: none
124+
cpu: x86
122125
xcode: 14e222b
123126
mac_android:
124127
properties:

0 commit comments

Comments
 (0)