Remove host_debug_unopt build from linux_host_engine.json (flutter/engine#50555)

It wasn't being used for anything on this builder, and the same config was being built below under a different name.
This commit is contained in:
Zachary Anderson
2024-02-12 08:58:28 -08:00
committed by GitHub
parent 2392c53fab
commit ac3b11c8c8

View File

@@ -1,29 +1,5 @@
{
"builds": [
{
"archives": [],
"drone_dimensions": [
"device_type=none",
"os=Linux"
],
"gclient_variables": {
"download_android_deps": false
},
"gn": [
"--runtime-mode",
"debug",
"--unoptimized",
"--prebuilt-dart-sdk"
],
"name": "host_debug_unopt",
"ninja": {
"config": "host_debug_unopt",
"targets": [
"flutter",
"flutter/sky/packages"
]
}
},
{
"archives": [],
"drone_dimensions": [