Skip to content

Commit

Permalink
Revert "Add CI builder for windows-arm64. (#38394)" (#38729)
Browse files Browse the repository at this point in the history
This reverts commit 5a39a88.
  • Loading branch information
loic-sharma authored Jan 9, 2023
1 parent 5a39a88 commit 264aa03
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 137 deletions.
8 changes: 0 additions & 8 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -510,14 +510,6 @@ targets:
release_build: "true"
config_name: windows_host_engine

- name: Windows windows_arm_host_engine
bringup: true
recipe: engine_v2/engine_v2
timeout: 60
properties:
release_build: "true"
config_name: windows_arm_host_engine

- name: Windows Unopt
recipe: engine/engine_unopt
properties:
Expand Down
2 changes: 1 addition & 1 deletion build/archives/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ if (build_engine_artifacts && !flutter_prebuilt_dart_sdk) {
# Archives Flutter Windows Artifacts
if (host_os == "win") {
zip_bundle("windows_flutter") {
output = "$full_target_platform_name-$flutter_runtime_mode/$full_target_platform_name-flutter.zip"
output = "$full_platform_name-$flutter_runtime_mode/$full_platform_name-flutter.zip"
deps = [
"//flutter/shell/platform/common:publish_headers",
"//flutter/shell/platform/windows:flutter_windows",
Expand Down
124 changes: 0 additions & 124 deletions ci/builders/windows_arm_host_engine.json

This file was deleted.

3 changes: 1 addition & 2 deletions shell/platform/embedder/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -530,8 +530,7 @@ if (is_mac) {

if (host_os == "linux" || host_os == "win") {
zip_bundle("embedder-archive") {
output =
"$full_target_platform_name/$full_target_platform_name-embedder.zip"
output = "$full_platform_name/$full_platform_name-embedder.zip"
deps = [
"//flutter/shell/platform/embedder:copy_headers",
"//flutter/shell/platform/embedder:flutter_engine_library",
Expand Down
2 changes: 1 addition & 1 deletion shell/platform/windows/client_wrapper/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ win_client_wrapper_file_archive_list = [
]

zip_bundle("client_wrapper_archive") {
output = "$full_target_platform_name/flutter-cpp-client-wrapper.zip"
output = "$full_platform_name/flutter-cpp-client-wrapper.zip"
deps = [
":client_wrapper_windows",
":publish_wrapper_windows",
Expand Down
2 changes: 1 addition & 1 deletion web_sdk/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ if (!is_fuchsia) {
# TODO(jacksongardner): remove this once we stop making platform-specific
# flutter_web_sdk archives.
# https://github.com/flutter/flutter/issues/113303
output = "flutter-web-sdk-${full_target_platform_name}.zip"
output = "flutter-web-sdk-${full_platform_name}.zip"
}
deps = [
":flutter_ddc_modules",
Expand Down

0 comments on commit 264aa03

Please sign in to comment.