diff --git a/ci/builders/local_engine.json b/ci/builders/local_engine.json index e38fc60e0b2c6..573e4ef89a700 100644 --- a/ci/builders/local_engine.json +++ b/ci/builders/local_engine.json @@ -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": [