Skip to content

Commit 1ca06b9

Browse files
committed
[infra] Support non-cross-compiled ARM64 on Mac testing
The python running on Mac M1 test builders is now native ARM64, which makes the compilation and test use the xcodebuild/ReleaseARM64 directory, not the xcodebuild/ReleaseXARM64. Add the xcodebuild/[mode]ARM64 build directories to sharding filesets. Change-Id: Ide074dab3d4645f1776e83dc62c02f5ded630a9e Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/218923 Reviewed-by: Daco Harkes <[email protected]>
1 parent 779dfaa commit 1ca06b9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/bots/test_matrix.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,16 +312,19 @@
312312
"xcodebuild/DebugX64/",
313313
"xcodebuild/DebugX64C/",
314314
"xcodebuild/DebugXARM64/",
315+
"xcodebuild/DebugARM64/",
315316
"xcodebuild/ProductX64/",
316317
"xcodebuild/ProductX64C/",
317318
"xcodebuild/ProductXARM64/",
319+
"xcodebuild/ProductARM64/",
318320
"xcodebuild/ReleaseIA32/",
319321
"xcodebuild/ReleaseSIMARM/",
320322
"xcodebuild/ReleaseSIMARM64/",
321323
"xcodebuild/ReleaseSIMARM64C/",
322324
"xcodebuild/ReleaseX64/",
323325
"xcodebuild/ReleaseX64C/",
324326
"xcodebuild/ReleaseXARM64/",
327+
"xcodebuild/ReleaseARM64/",
325328
"pkg/",
326329
"samples/",
327330
"samples_2/",

0 commit comments

Comments
 (0)