Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 264aa03

Browse files
authored
Revert "Add CI builder for windows-arm64. (#38394)" (#38729)
This reverts commit 5a39a88.
1 parent 5a39a88 commit 264aa03

File tree

6 files changed

+4
-137
lines changed

6 files changed

+4
-137
lines changed

.ci.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -510,14 +510,6 @@ targets:
510510
release_build: "true"
511511
config_name: windows_host_engine
512512

513-
- name: Windows windows_arm_host_engine
514-
bringup: true
515-
recipe: engine_v2/engine_v2
516-
timeout: 60
517-
properties:
518-
release_build: "true"
519-
config_name: windows_arm_host_engine
520-
521513
- name: Windows Unopt
522514
recipe: engine/engine_unopt
523515
properties:

build/archives/BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ if (build_engine_artifacts && !flutter_prebuilt_dart_sdk) {
227227
# Archives Flutter Windows Artifacts
228228
if (host_os == "win") {
229229
zip_bundle("windows_flutter") {
230-
output = "$full_target_platform_name-$flutter_runtime_mode/$full_target_platform_name-flutter.zip"
230+
output = "$full_platform_name-$flutter_runtime_mode/$full_platform_name-flutter.zip"
231231
deps = [
232232
"//flutter/shell/platform/common:publish_headers",
233233
"//flutter/shell/platform/windows:flutter_windows",

ci/builders/windows_arm_host_engine.json

Lines changed: 0 additions & 124 deletions
This file was deleted.

shell/platform/embedder/BUILD.gn

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -530,8 +530,7 @@ if (is_mac) {
530530

531531
if (host_os == "linux" || host_os == "win") {
532532
zip_bundle("embedder-archive") {
533-
output =
534-
"$full_target_platform_name/$full_target_platform_name-embedder.zip"
533+
output = "$full_platform_name/$full_platform_name-embedder.zip"
535534
deps = [
536535
"//flutter/shell/platform/embedder:copy_headers",
537536
"//flutter/shell/platform/embedder:flutter_engine_library",

shell/platform/windows/client_wrapper/BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ win_client_wrapper_file_archive_list = [
113113
]
114114

115115
zip_bundle("client_wrapper_archive") {
116-
output = "$full_target_platform_name/flutter-cpp-client-wrapper.zip"
116+
output = "$full_platform_name/flutter-cpp-client-wrapper.zip"
117117
deps = [
118118
":client_wrapper_windows",
119119
":publish_wrapper_windows",

web_sdk/BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ if (!is_fuchsia) {
551551
# TODO(jacksongardner): remove this once we stop making platform-specific
552552
# flutter_web_sdk archives.
553553
# https://github.com/flutter/flutter/issues/113303
554-
output = "flutter-web-sdk-${full_target_platform_name}.zip"
554+
output = "flutter-web-sdk-${full_platform_name}.zip"
555555
}
556556
deps = [
557557
":flutter_ddc_modules",

0 commit comments

Comments
 (0)