forked from flutter/engine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mac_unopt_debug_no_rbe.json
54 lines (54 loc) · 1.45 KB
/
mac_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
44
45
46
47
48
49
50
51
52
53
54
{
"_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=Mac-13",
"cpu=x86",
"mac_model=Macmini8,1"
],
"gn": [
"--runtime-mode",
"debug",
"--unoptimized",
"--prebuilt-dart-sdk",
"--no-lto",
"--no-rbe",
"--no-goma",
"--xcode-symlinks",
"--target-dir",
"ci/mac_unopt_debug_no_rbe"
],
"name": "ci/mac_unopt_debug_no_rbe",
"description": "Tests clangd on macOS.",
"ninja": {
"config": "ci/mac_unopt_debug_no_rbe",
"targets": ["flutter/tools/font_subset"]
},
"properties": {
"$flutter/osx_sdk": {
"sdk_version": "15a240d"
}
},
"tests": [
{
"language": "dart",
"name": "clangd",
"script": "flutter/tools/clangd_check/bin/main.dart",
"parameters": [
"--clangd=buildtools/mac-x64/clang/bin/clangd",
"--compile-commands-dir=../out/ci/mac_unopt_debug_no_rbe"
]
}
]
}
]
}