From 2dec5de8cfff564dc2ee7daae61a55194f5ad47a Mon Sep 17 00:00:00 2001 From: yusuf-goog <91688203+yusuf-goog@users.noreply.github.com> Date: Mon, 7 Nov 2022 16:37:49 -0800 Subject: [PATCH] Adding release_build:true property to windows builders. (flutter/engine#37397) This will run the specified jobs under the release builder recipe in dart-internal. Bug:b/232552448 --- engine/src/flutter/.ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/engine/src/flutter/.ci.yaml b/engine/src/flutter/.ci.yaml index bfe60f95a64..150a26ccfb6 100644 --- a/engine/src/flutter/.ci.yaml +++ b/engine/src/flutter/.ci.yaml @@ -467,6 +467,7 @@ targets: bringup: true timeout: 60 properties: + release_build: "true" config_name: windows_android_aot_engine - name: Windows windows_host_engine @@ -474,6 +475,7 @@ targets: bringup: true timeout: 60 properties: + release_build: "true" config_name: windows_host_engine - name: Windows Unopt