@@ -78,7 +78,6 @@ platform_properties:
78
78
]
79
79
os : Mac-12
80
80
device_type : none
81
- cpu : x86 # TODO(jmagman): https://github.com/flutter/flutter/issues/112130
82
81
xcode : 14a5294e # xcode 14.0 beta 5
83
82
mac_arm64 :
84
83
properties :
@@ -2707,8 +2706,6 @@ targets:
2707
2706
task_name : flutter_packaging
2708
2707
tags : >
2709
2708
["framework", "hostonly", "shard", "mac"]
2710
- dimensions :
2711
- cpu : " arm64"
2712
2709
2713
2710
- name : Mac_benchmark flutter_view_macos__start_up
2714
2711
bringup : true # https://github.com/flutter/flutter/pull/119871
@@ -2726,6 +2723,7 @@ targets:
2726
2723
recipe : flutter/flutter_drone
2727
2724
timeout : 60
2728
2725
properties :
2726
+ cpu : x86 # https://github.com/flutter/flutter/issues/119880
2729
2727
dependencies : >-
2730
2728
[
2731
2729
{"dependency": "goldctl", "version": "git_revision:3a77d0b12c697a840ca0c7705208e8622dc94603"}
@@ -2751,6 +2749,7 @@ targets:
2751
2749
recipe : flutter/flutter_drone
2752
2750
timeout : 60
2753
2751
properties :
2752
+ cpu : x86 # https://github.com/flutter/flutter/issues/119880
2754
2753
dependencies : >-
2755
2754
[
2756
2755
{"dependency": "goldctl", "version": "git_revision:3a77d0b12c697a840ca0c7705208e8622dc94603"},
@@ -2780,6 +2779,7 @@ targets:
2780
2779
recipe : flutter/flutter_drone
2781
2780
timeout : 60
2782
2781
properties :
2782
+ cpu : x86 # https://github.com/flutter/flutter/issues/119880
2783
2783
dependencies : >-
2784
2784
[
2785
2785
{"dependency": "goldctl", "version": "git_revision:3a77d0b12c697a840ca0c7705208e8622dc94603"}
@@ -3019,6 +3019,7 @@ targets:
3019
3019
recipe : devicelab/devicelab_drone
3020
3020
timeout : 60
3021
3021
properties :
3022
+ cpu : x86 # https://github.com/flutter/flutter/issues/119750
3022
3023
dependencies : >-
3023
3024
[
3024
3025
{"dependency": "xcode", "version": "14a5294e"},
@@ -3074,7 +3075,6 @@ targets:
3074
3075
recipe : flutter/flutter_drone
3075
3076
timeout : 60
3076
3077
properties :
3077
- cpu : arm64
3078
3078
dependencies : >-
3079
3079
[
3080
3080
{"dependency": "xcode", "version": "14a5294e"},
@@ -4915,8 +4915,6 @@ targets:
4915
4915
task_name : flutter_packaging
4916
4916
tags : >
4917
4917
["framework", "hostonly", "shard", "mac"]
4918
- dimensions :
4919
- cpu : " arm64"
4920
4918
4921
4919
- name : Windows flutter_packaging
4922
4920
recipe : packaging_v2/packaging_v2
0 commit comments