@@ -100,19 +100,6 @@ platform_properties:
100
100
{
101
101
"sdk_version": "17a5285i"
102
102
}
103
- mac_x64 :
104
- properties :
105
- dependencies : >-
106
- [
107
- {"dependency": "ruby", "version": "ruby_3.1-pod_1.13"}
108
- ]
109
- os : Mac-15
110
- device_type : none
111
- cpu : x86
112
- $flutter/osx_sdk : >-
113
- {
114
- "sdk_version": "17a5285i"
115
- }
116
103
117
104
targets :
118
105
- name : Linux repo_checks
@@ -1039,33 +1026,6 @@ targets:
1039
1026
target_file : macos_repo_checks.yaml
1040
1027
1041
1028
# ## macOS desktop tasks ###
1042
- # macos-platform_tests builds all the packages on ARM, so this build is run
1043
- # on Intel to give us build coverage of both host types.
1044
- - name : Mac_x64 build_all_packages master
1045
- recipe : packages/packages
1046
- timeout : 30
1047
- properties :
1048
- version_file : flutter_master.version
1049
- target_file : macos_build_all_packages.yaml
1050
- channel : master
1051
- env_variables : >-
1052
- {
1053
- "CHANNEL": "master"
1054
- }
1055
-
1056
- - name : Mac_x64 build_all_packages stable
1057
- recipe : packages/packages
1058
- timeout : 30
1059
- properties :
1060
- add_recipes_cq : " true"
1061
- version_file : flutter_stable.version
1062
- target_file : macos_build_all_packages.yaml
1063
- channel : stable
1064
- env_variables : >-
1065
- {
1066
- "CHANNEL": "stable"
1067
- }
1068
-
1069
1029
# TODO(stuartmorgan): Remove "- packages" from all task names once
1070
1030
# flutter/plugins is merged into this repo and turned down; it's here only
1071
1031
# because names must be unique across all flutter repositories.
@@ -1119,32 +1079,6 @@ targets:
1119
1079
}
1120
1080
1121
1081
# ## iOS tasks ###
1122
- # ios_platform_tests builds all the packages on ARM, so this build is run
1123
- # on Intel to give us build coverage of both host types.
1124
- - name : Mac_x64 ios_build_all_packages master
1125
- recipe : packages/packages
1126
- timeout : 30
1127
- properties :
1128
- channel : master
1129
- version_file : flutter_master.version
1130
- target_file : ios_build_all_packages.yaml
1131
- env_variables : >-
1132
- {
1133
- "CHANNEL": "master"
1134
- }
1135
-
1136
- - name : Mac_x64 ios_build_all_packages stable
1137
- recipe : packages/packages
1138
- timeout : 30
1139
- properties :
1140
- channel : stable
1141
- version_file : flutter_stable.version
1142
- target_file : ios_build_all_packages.yaml
1143
- env_variables : >-
1144
- {
1145
- "CHANNEL": "stable"
1146
- }
1147
-
1148
1082
- name : Mac_arm64 ios_platform_tests_shard_1 master
1149
1083
recipe : packages/packages
1150
1084
timeout : 60
0 commit comments