[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:
@@ -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\""
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user