[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 <whesse@google.com>
This commit is contained in:
Alexander Thomas
2021-09-08 10:20:09 +00:00
parent 8edd562bdc
commit e9b287a9c1
+1 -1
View File
@@ -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\""
}
},
{