mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
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:
parent
1a1d00516f
commit
11c3067620
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user