File tree 1 file changed +52
-0
lines changed 1 file changed +52
-0
lines changed Original file line number Diff line number Diff line change 2251
2251
}
2252
2252
]
2253
2253
},
2254
+ {
2255
+ "builders" : [
2256
+ " vm-linux-release-arm64"
2257
+ ],
2258
+ "meta" : {
2259
+ "description" : " This configuration is for the ARM64 JIT builders."
2260
+ },
2261
+ "steps" : [
2262
+ {
2263
+ "name" : " build dart" ,
2264
+ "script" : " tools/build.py" ,
2265
+ "arguments" : [
2266
+ " runtime"
2267
+ ]
2268
+ },
2269
+ {
2270
+ "name" : " vm tests" ,
2271
+ "arguments" : [
2272
+ " -nvm-${system}-${mode}-${arch}"
2273
+ ],
2274
+ "fileset" : " vm-kernel" ,
2275
+ "shards" : 1
2276
+ }
2277
+ ]
2278
+ },
2279
+ {
2280
+ "builders" : [
2281
+ " vm-aot-linux-release-arm64"
2282
+ ],
2283
+ "meta" : {
2284
+ "description" : " This configuration is for the ARM64 AOT builders."
2285
+ },
2286
+ "steps" : [
2287
+ {
2288
+ "name" : " build dart" ,
2289
+ "script" : " tools/build.py" ,
2290
+ "arguments" : [
2291
+ " dart_precompiled_runtime" ,
2292
+ " gen_snapshot" ,
2293
+ " runtime"
2294
+ ]
2295
+ },
2296
+ {
2297
+ "name" : " vm tests" ,
2298
+ "arguments" : [
2299
+ " -nvm-aot-${system}-${mode}-${arch}"
2300
+ ],
2301
+ "fileset" : " vm-kernel" ,
2302
+ "shards" : 1
2303
+ }
2304
+ ]
2305
+ },
2254
2306
{
2255
2307
"builders" : [
2256
2308
" cross-vm-linux-release-arm64"
You can’t perform that action at this time.
0 commit comments