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

Commit 8f24e0d

Browse files
authored
Add a host_debug_unopt local engine config for Windows. (#53734)
We have these configs for Linux & macOS.
1 parent 9c40246 commit 8f24e0d

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

ci/builders/local_engine.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -711,6 +711,32 @@
711711
"targets": []
712712
}
713713
},
714+
{
715+
"cas_archive": false,
716+
"drone_dimensions": [
717+
"os=Windows-10",
718+
"device_type=none"
719+
],
720+
"gclient_variables": {
721+
"download_android_deps": false,
722+
"use_rbe": true
723+
},
724+
"gn": [
725+
"--runtime-mode",
726+
"debug",
727+
"--unoptimized",
728+
"--no-stripped",
729+
"--no-lto",
730+
"--rbe",
731+
"--no-goma"
732+
],
733+
"name": "windows/host_debug_unopt",
734+
"description": "Builds an unoptimized debug mode engine for a Windows host.",
735+
"ninja": {
736+
"config": "host_debug_unopt",
737+
"targets": []
738+
}
739+
},
714740
{
715741
"cas_archive": false,
716742
"drone_dimensions": [

0 commit comments

Comments
 (0)