Skip to content

Commit

Permalink
Replace Windows Unopt with the engine v2 version. (flutter#41861)
Browse files Browse the repository at this point in the history
Both builds have been running successfully. This PR moves Windows Unopt to staging and Windows windows_unopt to prod.

[C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
  • Loading branch information
godofredoc committed May 9, 2023
1 parent 78f41a8 commit 46544b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -526,13 +526,13 @@ targets:
config_name: windows_arm_host_engine

- name: Windows windows_unopt
bringup: true
recipe: engine_v2/builder
timeout: 60
properties:
config_name: windows_unopt

- name: Windows Unopt
bringup: true
recipe: engine/engine_unopt
properties:
add_recipes_cq: "true"
Expand Down

0 comments on commit 46544b1

Please sign in to comment.