Skip to content

Commit a927ade

Browse files
authored
[ci] Disable Windows Arm64 stable CI (#5217)
The Windows Arm64 build-only stable test is currently failing as the necessary build layout migration hasn't landed on stable yet: flutter/flutter@792e26d This test can be re-added after the next Flutter stable release. This is tracked by flutter/flutter#129813
1 parent f22ff36 commit a927ade

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.ci.yaml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1107,20 +1107,6 @@ targets:
11071107
{"dependency": "vs_build", "version": "version:vs2019"}
11081108
]
11091109
1110-
- name: Windows_arm64 windows-build_all_packages stable
1111-
recipe: packages/packages
1112-
timeout: 30
1113-
bringup: true # https://github.com/flutter/flutter/issues/134083
1114-
properties:
1115-
add_recipes_cq: "true"
1116-
target_file: windows_build_all_packages.yaml
1117-
channel: stable
1118-
version_file: flutter_stable.version
1119-
dependencies: >
1120-
[
1121-
{"dependency": "vs_build", "version": "version:vs2019"}
1122-
]
1123-
11241110
- name: Windows_x64 repo_tools_tests
11251111
recipe: packages/packages
11261112
timeout: 30

0 commit comments

Comments
 (0)