Skip to content

Commit e9b287a

Browse files
committed
[infra] Force app-jit snapshots on mac builders
On arm64, mac builders default to kernel snapshots because build tools are running in Rosetta. Change-Id: Ia7eabb9e6f4f11df5f683b9af2cf8dba46306777 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/212746 Reviewed-by: William Hesse <[email protected]>
1 parent 8edd562 commit e9b287a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/bots/test_matrix.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2945,7 +2945,7 @@
29452945
"create_sdk"
29462946
],
29472947
"environment": {
2948-
"DART_GN_ARGS": "mac_use_goma_rbe=true"
2948+
"DART_GN_ARGS": "mac_use_goma_rbe=true dart_snapshot_kind=\"app-jit\""
29492949
}
29502950
},
29512951
{

0 commit comments

Comments
 (0)