[release] Update checked-in SDKs to 2.14.0-377.4.beta

This is the first time a native arm64 macOS SDK is used for the
checked-in SDK.

Cq-Include-Trybots: luci.dart.try:dart-sdk-mac-arm64-try,vm-kernel-nnbd-mac-release-arm64-try,vm-kernel-precomp-nnbd-mac-release-arm64-try
Change-Id: I1eb58350bdb351e6fbb978e0849ba40bcdf7e724
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/210120
Reviewed-by: William Hesse <whesse@google.com>
Commit-Queue: Alexander Thomas <athom@google.com>
This commit is contained in:
Alexander Thomas 2021-08-13 11:02:31 +00:00 committed by commit-bot@chromium.org
parent d6807670c0
commit 300ea14d85
2 changed files with 3 additions and 4 deletions

2
DEPS
View file

@ -39,7 +39,7 @@ vars = {
# Checked-in SDK version. The checked-in SDK is a Dart SDK distribution in a
# cipd package used to run Dart scripts in the build and test infrastructure.
"sdk_tag": "version:2.14.0-293.0.dev",
"sdk_tag": "version:2.14.0-377.4.beta",
# co19 is a cipd package. Use update.sh in tests/co19[_2] to update these
# hashes. It requires access to the dart-build-access group, which EngProd

View file

@ -61,9 +61,8 @@ cipd create \
-ref $channel
rm -rf sdk
# TODO(athom): Use a proper arm64 SDK when available.
gsutil.py cp "gs://dart-archive/channels/$channel/release/$1/sdk/dartsdk-macos-x64-release.zip" .
unzip -q dartsdk-macos-x64-release.zip -d sdk
gsutil.py cp "gs://dart-archive/channels/$channel/release/$1/sdk/dartsdk-macos-arm64-release.zip" .
unzip -q dartsdk-macos-arm64-release.zip -d sdk
cipd create \
-name dart/dart-sdk/mac-arm64 \
-in sdk \