Skip to content

Commit

Permalink
[et] Add Linux host_debug_unopt local engine builder (flutter#52538)
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-simmons committed May 3, 2024
1 parent 98a800b commit ce644e7
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions ci/builders/local_engine.json
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,32 @@
"targets": []
}
},
{
"cas_archive": false,
"drone_dimensions": [
"os=Linux",
"device_type=none"
],
"gclient_variables": {
"download_android_deps": false,
"use_rbe": true
},
"gn": [
"--runtime-mode",
"debug",
"--unoptimized",
"--no-stripped",
"--no-lto",
"--rbe",
"--no-goma"
],
"name": "linux/host_debug_unopt",
"description": "Builds an unoptimized debug mode engine for a Linux host.",
"ninja": {
"config": "host_debug_unopt",
"targets": []
}
},
{
"cas_archive": false,
"drone_dimensions": [
Expand Down

0 comments on commit ce644e7

Please sign in to comment.