This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 8 files changed +200
-74
lines changed Expand file tree Collapse file tree 8 files changed +200
-74
lines changed Original file line number Diff line number Diff line change 1919 " device_type=none" ,
2020 " os=Linux"
2121 ],
22+ "gclient_variables" : {
23+ "use_rbe" : true
24+ },
2225 "gn" : [
2326 " --runtime-mode" ,
2427 " profile" ,
2528 " --android" ,
2629 " --android-cpu" ,
27- " arm"
30+ " arm" ,
31+ " --rbe" ,
32+ " --no-goma"
2833 ],
2934 "name" : " android_profile" ,
3035 "ninja" : {
5661 " device_type=none" ,
5762 " os=Linux"
5863 ],
64+ "gclient_variables" : {
65+ "use_rbe" : true
66+ },
5967 "gn" : [
6068 " --runtime-mode" ,
6169 " release" ,
6270 " --android" ,
6371 " --android-cpu" ,
64- " arm"
72+ " arm" ,
73+ " --rbe" ,
74+ " --no-goma"
6575 ],
6676 "name" : " android_release" ,
6777 "ninja" : {
94104 " device_type=none" ,
95105 " os=Linux"
96106 ],
107+ "gclient_variables" : {
108+ "use_rbe" : true
109+ },
97110 "gn" : [
98111 " --runtime-mode" ,
99112 " release" ,
100113 " --android" ,
101114 " --android-cpu" ,
102- " arm64"
115+ " arm64" ,
116+ " --rbe" ,
117+ " --no-goma"
103118 ],
104119 "name" : " android_release_arm64" ,
105120 "ninja" : {
143158 " device_type=none" ,
144159 " os=Linux"
145160 ],
161+ "gclient_variables" : {
162+ "use_rbe" : true
163+ },
146164 "gn" : [
147165 " --android" ,
148166 " --runtime-mode" ,
149167 " profile" ,
150168 " --android-cpu" ,
151- " arm64"
169+ " arm64" ,
170+ " --rbe" ,
171+ " --no-goma"
152172 ],
153173 "name" : " android_profile_arm64" ,
154174 "ninja" : {
174194 " --variant" ,
175195 " android_profile_arm64"
176196 ],
177- "test_if" : " main"
197+ "test_if" : " main"
178198 }
179199 ]
180200 },
198218 " device_type=none" ,
199219 " os=Linux"
200220 ],
221+ "gclient_variables" : {
222+ "use_rbe" : true
223+ },
201224 "gn" : [
202225 " --runtime-mode" ,
203226 " profile" ,
204227 " --android" ,
205228 " --android-cpu" ,
206- " x64"
229+ " x64" ,
230+ " --rbe" ,
231+ " --no-goma"
207232 ],
208233 "name" : " android_profile_x64" ,
209234 "ninja" : {
236261 " device_type=none" ,
237262 " os=Linux"
238263 ],
264+ "gclient_variables" : {
265+ "use_rbe" : true
266+ },
239267 "gn" : [
240268 " --runtime-mode" ,
241269 " release" ,
242270 " --android" ,
243271 " --android-cpu" ,
244- " x64"
272+ " x64" ,
273+ " --rbe" ,
274+ " --no-goma"
245275 ],
246276 "name" : " android_release_x64" ,
247277 "ninja" : {
Original file line number Diff line number Diff line change 1717 " device_type=none" ,
1818 " os=Linux"
1919 ],
20+ "gclient_variables" : {
21+ "use_rbe" : true
22+ },
2023 "gn" : [
2124 " --android" ,
2225 " --android-cpu=x86" ,
23- " --runtime-mode=jit_release"
26+ " --runtime-mode=jit_release" ,
27+ " --rbe" ,
28+ " --no-goma"
2429 ],
2530 "name" : " android_jit_release_x86" ,
2631 "ninja" : {
6974 " device_type=none" ,
7075 " os=Linux"
7176 ],
77+ "gclient_variables" : {
78+ "use_rbe" : true
79+ },
7280 "gn" : [
7381 " --android" ,
7482 " --android-cpu=arm" ,
75- " --no-lto"
83+ " --no-lto" ,
84+ " --rbe" ,
85+ " --no-goma"
7686 ],
7787 "name" : " android_debug" ,
7888 "ninja" : {
120130 " device_type=none" ,
121131 " os=Linux"
122132 ],
123- "gn" : [
124- " --android" ,
125- " --android-cpu=arm64" ,
126- " --no-lto"
127- ],
128- "name" : " android_debug_arm64" ,
129- "ninja" : {
130- "config" : " android_debug_arm64" ,
131- "targets" : [
132- " flutter" ,
133- " flutter/shell/platform/android:abi_jars"
134- ]
135- }
136- },
137- {
138- "cas_archive" : false ,
139- "drone_dimensions" : [
140- " device_type=none" ,
141- " os=Linux"
142- ],
133+ "gclient_variables" : {
134+ "use_rbe" : true
135+ },
143136 "gn" : [
144137 " --android" ,
145138 " --android-cpu=arm64" ,
146139 " --no-lto" ,
147- " --enable-vulkan-validation-layers"
140+ " --rbe" ,
141+ " --no-goma"
148142 ],
149- "name" : " android_debug_arm64_validation_layers " ,
143+ "name" : " android_debug_arm64 " ,
150144 "ninja" : {
151145 "config" : " android_debug_arm64" ,
152146 "targets" : [
173167 " device_type=none" ,
174168 " os=Linux"
175169 ],
170+ "gclient_variables" : {
171+ "use_rbe" : true
172+ },
176173 "gn" : [
177174 " --android" ,
178175 " --android-cpu=x86" ,
179- " --no-lto"
176+ " --no-lto" ,
177+ " --rbe" ,
178+ " --no-goma"
180179 ],
181180 "name" : " android_debug_x86" ,
182181 "ninja" : {
205204 " device_type=none" ,
206205 " os=Linux"
207206 ],
207+ "gclient_variables" : {
208+ "use_rbe" : true
209+ },
208210 "gn" : [
209211 " --android" ,
210212 " --android-cpu=x64" ,
211- " --no-lto"
213+ " --no-lto" ,
214+ " --rbe" ,
215+ " --no-goma"
212216 ],
213217 "name" : " android_debug_x64" ,
214218 "ninja" : {
Original file line number Diff line number Diff line change 1717 " os=Linux"
1818 ],
1919 "gclient_variables" : {
20- "download_android_deps" : false
20+ "download_android_deps" : false ,
21+ "use_rbe" : true
2122 },
2223 "gn" : [
2324 " --runtime-mode" ,
2425 " profile" ,
2526 " --no-lto" ,
2627 " --target-os=linux" ,
2728 " --linux-cpu=arm64" ,
28- " --prebuilt-dart-sdk"
29+ " --prebuilt-dart-sdk" ,
30+ " --rbe" ,
31+ " --no-goma"
2932 ],
3033 "name" : " linux_profile_arm64" ,
3134 "ninja" : {
5558 " os=Linux"
5659 ],
5760 "gclient_variables" : {
58- "download_android_deps" : false
61+ "download_android_deps" : false ,
62+ "use_rbe" : true
5963 },
6064 "gn" : [
6165 " --runtime-mode" ,
6266 " debug" ,
6367 " --target-os=linux" ,
6468 " --linux-cpu=arm64" ,
65- " --prebuilt-dart-sdk"
69+ " --prebuilt-dart-sdk" ,
70+ " --rbe" ,
71+ " --no-goma"
6672 ],
6773 "name" : " linux_debug_arm64" ,
6874 "ninja" : {
9298 " os=Linux"
9399 ],
94100 "gclient_variables" : {
95- "download_android_deps" : false
101+ "download_android_deps" : false ,
102+ "use_rbe" : true
96103 },
97104 "gn" : [
98105 " --runtime-mode" ,
99106 " release" ,
100107 " --target-os=linux" ,
101108 " --linux-cpu=arm64" ,
102- " --prebuilt-dart-sdk"
109+ " --prebuilt-dart-sdk" ,
110+ " --rbe" ,
111+ " --no-goma"
103112 ],
104113 "name" : " linux_release_arm64" ,
105114 "ninja" : {
You can’t perform that action at this time.
0 commit comments