Skip to content

Commit

Permalink
[ci] Disable Windows Arm64 stable CI (#5217)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
loic-sharma authored Oct 25, 2023
1 parent f22ff36 commit a927ade
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1107,20 +1107,6 @@ targets:
{"dependency": "vs_build", "version": "version:vs2019"}
]
- name: Windows_arm64 windows-build_all_packages stable
recipe: packages/packages
timeout: 30
bringup: true # https://github.com/flutter/flutter/issues/134083
properties:
add_recipes_cq: "true"
target_file: windows_build_all_packages.yaml
channel: stable
version_file: flutter_stable.version
dependencies: >
[
{"dependency": "vs_build", "version": "version:vs2019"}
]
- name: Windows_x64 repo_tools_tests
recipe: packages/packages
timeout: 30
Expand Down

0 comments on commit a927ade

Please sign in to comment.