Skip to content

Commit cfccc2a

Browse files
rmacnak-googleCommit Queue
authored andcommitted
[infra] Add arm64 back to gcc testing.
This was broken during Jammy but this builder now runs on Noble. Cq-Include-Trybots: luci.dart.try:vm-gcc-linux-try Change-Id: I39e4a1f924620723d36dad79383637fe5b62add7 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/432760 Reviewed-by: Alexander Aprelev <[email protected]> Commit-Queue: Ryan Macnak <[email protected]>
1 parent 69428c3 commit cfccc2a

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

tools/bots/test_matrix.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1420,6 +1420,17 @@
14201420
"runtime_precompiled"
14211421
]
14221422
},
1423+
{
1424+
"name": "build dart debug arm64",
1425+
"script": "tools/build.py",
1426+
"arguments": [
1427+
"--mode=debug",
1428+
"--arch=arm64",
1429+
"--no-clang",
1430+
"runtime",
1431+
"runtime_precompiled"
1432+
]
1433+
},
14231434
{
14241435
"name": "build dart debug riscv64",
14251436
"script": "tools/build.py",
@@ -1453,6 +1464,17 @@
14531464
"runtime_precompiled"
14541465
]
14551466
},
1467+
{
1468+
"name": "build dart release arm64",
1469+
"script": "tools/build.py",
1470+
"arguments": [
1471+
"--mode=release",
1472+
"--arch=arm64",
1473+
"--no-clang",
1474+
"runtime",
1475+
"runtime_precompiled"
1476+
]
1477+
},
14561478
{
14571479
"name": "build dart release riscv64",
14581480
"script": "tools/build.py",

0 commit comments

Comments
 (0)