From 11c3067620bc730d4e8228f5bb2f76aa858e38d8 Mon Sep 17 00:00:00 2001 From: Matan Lurey Date: Wed, 30 Apr 2025 22:20:39 -0700 Subject: [PATCH] Remove `release_build: "false"` which is interpreted as` true` due to a recipes bug. (#168098) Mitigates https://github.com/flutter/flutter/issues/168088. The non-existence of `properties: release_build: "true"` is the same thing as `false`. I'll fix the recipe, but this is better for now. /cc @sigmundch for FYI. --- engine/src/flutter/.ci.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/engine/src/flutter/.ci.yaml b/engine/src/flutter/.ci.yaml index 6f157b20ac4..13ec40d3f03 100644 --- a/engine/src/flutter/.ci.yaml +++ b/engine/src/flutter/.ci.yaml @@ -283,7 +283,6 @@ targets: backfill: false properties: config_name: linux_android_aot_engine_ddm - release_build: "false" # Do not remove(https://github.com/flutter/flutter/issues/144644) # Scheduler will fail to get the platform drone_dimensions: @@ -320,7 +319,6 @@ targets: timeout: 120 backfill: false properties: - release_build: "false" config_name: linux_android_debug_engine_ddm # Do not remove(https://github.com/flutter/flutter/issues/144644) # Scheduler will fail to get the platform