dart-sdk/tools/sdks
Alexander Thomas 300ea14d85 [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>
2021-08-13 11:02:31 +00:00
..
.gitignore [fuchsia] Add SDK prebuilts to .gitignore 2018-07-23 18:48:09 +00:00
README [infra] Update checked-in SDKs to 2.10.0-110.3.beta 2020-09-18 11:35:55 +00:00
update.sh [release] Update checked-in SDKs to 2.14.0-377.4.beta 2021-08-13 11:02:31 +00:00

This directory contains a stable Dart SDK, which is used to build the
observatory and to run the test scripts.

The DEPS use CIPD's ${platform} syntax find the right SDK for the platform.

We use the x64 build as the default on Linux, Mac and Windows. Builds for Linux
on ARM and ARM64 are also provided.

To upload new versions of these CIPD packages, run "./update.sh" in this
directory. Because these SDKs are used for the presubmit dartfmt check on
changed files, they may need to be updated often when dartfmt is changing
rapidly. Access to the project-dart-admins Luci auth group is required to do so.