blob: f9c200917f429761b24f9273b394db2892153039 [file] [log] [blame]
{
"_comment": [
"This build is only used to generate compile_commands.json for clangd ",
"and should not be used for any other purpose.",
"",
"Note the `flutter/tools/font_subset` target is only used because if no ",
"targets are specified, the build will fail, and if an empty list of ",
"targets are specified, all targets are built (wasteful/slow)"
],
"builds": [
{
"drone_dimensions": ["device_type=none", "os=Linux", "cores=32"],
"gn": [
"--runtime-mode",
"debug",
"--unoptimized",
"--prebuilt-dart-sdk",
"--no-lto",
"--no-rbe",
"--no-goma",
"--target-dir",
"ci/linux_unopt_debug_no_rbe"
],
"name": "ci/linux_unopt_debug_no_rbe",
"ninja": {
"config": "ci/linux_unopt_debug_no_rbe",
"targets": ["flutter/tools/font_subset"]
},
"tests": [
{
"language": "dart",
"name": "clangd",
"script": "flutter/tools/clangd_check/bin/main.dart",
"parameters": [
"--clangd=buildtools/linux-x64/clang/bin/clangd",
"--compile-commands-dir=../out/ci/linux_unopt_debug_no_rbe"
]
}
]
}
]
}