From 21d74d60c26d01e7768c16169a79a2f46a44f579 Mon Sep 17 00:00:00 2001 From: yusuf-goog <91688203+yusuf-goog@users.noreply.github.com> Date: Sat, 29 Oct 2022 10:07:17 -0700 Subject: [PATCH] Add release_builder:True property for Linux linux* builders. (#37130) --- .ci.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.ci.yaml b/.ci.yaml index bcd96105ef107..2c34e0fbf8a6f 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -238,6 +238,7 @@ targets: recipe: engine_v2/engine_v2 timeout: 60 properties: + release_build: "true" config_name: linux_arm_host_engine environment: Production @@ -245,6 +246,7 @@ targets: recipe: engine_v2/engine_v2 timeout: 60 properties: + release_build: "true" config_name: linux_host_engine environment: Production @@ -252,6 +254,7 @@ targets: recipe: engine_v2/engine_v2 timeout: 60 properties: + release_build: "true" config_name: linux_android_aot_engine environment: Production @@ -259,6 +262,7 @@ targets: recipe: engine_v2/engine_v2 timeout: 60 properties: + release_build: "true" config_name: linux_android_debug_engine environment: Production