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

Commit e8352b1

Browse files
authored
CP: Replace Windows Unopt with the engine v2 version. (#41861) (#42111)
CP: 46544b1 ## Pre-launch Checklist - [X] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [X] I read the [Tree Hygiene] wiki page, which explains my responsibilities. - [X] I read and followed the [Flutter Style Guide] and the [C++, Objective-C, Java style guides]. - [X] I listed at least one issue that this PR fixes in the description above. - [X] I added new tests to check the change I am making or feature I am adding, or Hixie said the PR is test-exempt. See [testing the engine] for instructions on writing and running engine tests. - [X] I updated/added relevant documentation (doc comments with `///`). - [X] I signed the [CLA]. - [X] All existing and new tests are passing. If you need help, consider asking for advice on the #hackers-new channel on [Discord]. <!-- Links --> [Contributor Guide]: https://github.com/flutter/flutter/wiki/Tree-hygiene#overview [Tree Hygiene]: https://github.com/flutter/flutter/wiki/Tree-hygiene [Flutter Style Guide]: https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style [testing the engine]: https://github.com/flutter/flutter/wiki/Testing-the-engine [CLA]: https://cla.developers.google.com/ [flutter/tests]: https://github.com/flutter/tests [breaking change policy]: https://github.com/flutter/flutter/wiki/Tree-hygiene#handling-breaking-changes [Discord]: https://github.com/flutter/flutter/wiki/Chat
1 parent b7ae764 commit e8352b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,13 +572,13 @@ targets:
572572
- os=Windows
573573

574574
- name: Windows windows_unopt
575-
bringup: true
576575
recipe: engine_v2/builder
577576
timeout: 60
578577
properties:
579578
config_name: windows_unopt
580579

581580
- name: Windows Unopt
581+
bringup: true
582582
recipe: engine/engine_unopt
583583
properties:
584584
add_recipes_cq: "true"

0 commit comments

Comments
 (0)