Skip to content

Commit b5b8542

Browse files
committed
Remove mac_x64
1 parent 062d425 commit b5b8542

File tree

1 file changed

+0
-66
lines changed

1 file changed

+0
-66
lines changed

.ci.yaml

Lines changed: 0 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -100,19 +100,6 @@ platform_properties:
100100
{
101101
"sdk_version": "17a5285i"
102102
}
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-
}
116103
117104
targets:
118105
- name: Linux repo_checks
@@ -1039,33 +1026,6 @@ targets:
10391026
target_file: macos_repo_checks.yaml
10401027

10411028
### 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-
10691029
# TODO(stuartmorgan): Remove "- packages" from all task names once
10701030
# flutter/plugins is merged into this repo and turned down; it's here only
10711031
# because names must be unique across all flutter repositories.
@@ -1119,32 +1079,6 @@ targets:
11191079
}
11201080
11211081
### 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-
11481082
- name: Mac_arm64 ios_platform_tests_shard_1 master
11491083
recipe: packages/packages
11501084
timeout: 60

0 commit comments

Comments
 (0)