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.
This commit is contained in:
Matan Lurey 2025-04-30 22:20:39 -07:00 committed by GitHub
parent 1a1d00516f
commit 11c3067620
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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