forked from flutter/engine
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlinux_unopt_debug_no_rbe.json
43 lines (43 loc) · 1.26 KB
/
linux_unopt_debug_no_rbe.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"_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",
"description": "Tests clangd on Linux.",
"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"
]
}
]
}
]
}