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

Commit 512fa40

Browse files
authored
Adding release_build:true property to windows builders. (#37397)
This will run the specified jobs under the release builder recipe in dart-internal. Bug:b/232552448
1 parent dc7cb20 commit 512fa40

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -467,13 +467,15 @@ targets:
467467
bringup: true
468468
timeout: 60
469469
properties:
470+
release_build: "true"
470471
config_name: windows_android_aot_engine
471472

472473
- name: Windows windows_host_engine
473474
recipe: engine_v2/engine_v2
474475
bringup: true
475476
timeout: 60
476477
properties:
478+
release_build: "true"
477479
config_name: windows_host_engine
478480

479481
- name: Windows Unopt

0 commit comments

Comments
 (0)