Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 1c3ecee

Browse files
authored
Remove host_debug_unopt build from linux_host_engine.json (#50555)
It wasn't being used for anything on this builder, and the same config was being built below under a different name.
1 parent 8806987 commit 1c3ecee

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

ci/builders/linux_host_engine.json

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,5 @@
11
{
22
"builds": [
3-
{
4-
"archives": [],
5-
"drone_dimensions": [
6-
"device_type=none",
7-
"os=Linux"
8-
],
9-
"gclient_variables": {
10-
"download_android_deps": false
11-
},
12-
"gn": [
13-
"--runtime-mode",
14-
"debug",
15-
"--unoptimized",
16-
"--prebuilt-dart-sdk"
17-
],
18-
"name": "host_debug_unopt",
19-
"ninja": {
20-
"config": "host_debug_unopt",
21-
"targets": [
22-
"flutter",
23-
"flutter/sky/packages"
24-
]
25-
}
26-
},
273
{
284
"archives": [],
295
"drone_dimensions": [

0 commit comments

Comments
 (0)