Skip to content

Commit

Permalink
[infra] Force app-jit snapshots on mac builders
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
athomas committed Sep 8, 2021
1 parent 4c8a4f0 commit 0461a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/bots/test_matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -2945,7 +2945,7 @@
"create_sdk"
],
"environment": {
"DART_GN_ARGS": "mac_use_goma_rbe=true"
"DART_GN_ARGS": "mac_use_goma_rbe=true dart_snapshot_kind=\"app-jit\""
}
},
{
Expand Down

0 comments on commit 0461a70

Please sign in to comment.