This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-13
lines changed Expand file tree Collapse file tree 1 file changed +7
-13
lines changed Original file line number Diff line number Diff line change 7
7
" cpu=arm64"
8
8
],
9
9
"gclient_variables" : {
10
- "download_android_deps" : false ,
11
- "use_rbe" : true
10
+ "download_android_deps" : false
12
11
},
13
12
"gn" : [
14
13
" --runtime-mode" ,
17
16
" --no-lto" ,
18
17
" --force-mac-arm64" ,
19
18
" --target-dir" ,
20
- " host_debug_clang_tidy" ,
21
- " --rbe" ,
22
- " --no-goma"
19
+ " host_debug_clang_tidy"
23
20
],
24
21
"name" : " host_debug_clang_tidy" ,
25
22
"ninja" : {
33
30
" cpu=arm64"
34
31
],
35
32
"gclient_variables" : {
36
- "download_android_deps" : false ,
37
- "use_rbe" : true
33
+ "download_android_deps" : false
38
34
},
39
35
"gn" : [
40
36
" --ios" ,
44
40
" --no-lto" ,
45
41
" --force-mac-arm64" ,
46
42
" --target-dir" ,
47
- " ios_debug_sim_clang_tidy" ,
48
- " --rbe" ,
49
- " --no-goma"
43
+ " ios_debug_sim_clang_tidy"
50
44
],
51
45
"name" : " ios_debug_sim_clang_tidy" ,
52
46
"ninja" : {
114
108
" --shard-id=1" ,
115
109
" --shard-variants=host_debug_clang_tidy,host_debug_clang_tidy,host_debug_clang_tidy"
116
110
],
117
- "max_attempts" : 1 ,
111
+ "max_attempts" : 1 ,
118
112
"script" : " flutter/ci/clang_tidy.sh"
119
113
}
120
114
]
146
140
" --shard-id=2" ,
147
141
" --shard-variants=host_debug_clang_tidy,host_debug_clang_tidy,host_debug_clang_tidy"
148
142
],
149
- "max_attempts" : 1 ,
143
+ "max_attempts" : 1 ,
150
144
"script" : " flutter/ci/clang_tidy.sh"
151
145
}
152
146
]
178
172
" --shard-id=3" ,
179
173
" --shard-variants=host_debug_clang_tidy,host_debug_clang_tidy,host_debug_clang_tidy"
180
174
],
181
- "max_attempts" : 1 ,
175
+ "max_attempts" : 1 ,
182
176
"script" : " flutter/ci/clang_tidy.sh"
183
177
}
184
178
]
You can’t perform that action at this time.
0 commit comments