dart-sdk/tools/sdks
Alexander Thomas b3400022dd [release] Update checked-in SDKs to 2.9.0-4.0.dev
* Fix version detection in checked-in SDK update script.
* Invoke gclient setdep in checked-in SDK update script.
* Move SDK version to a DEPS var.

Change-Id: If1e265f365a0a9b94d22acfe61109db92fb2afab
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/144823
Commit-Queue: Alexander Thomas <athom@google.com>
Commit-Queue: William Hesse <whesse@google.com>
Auto-Submit: Alexander Thomas <athom@google.com>
Reviewed-by: William Hesse <whesse@google.com>
2020-04-28 14:20:48 +00:00
..
.gitignore [fuchsia] Add SDK prebuilts to .gitignore 2018-07-23 18:48:09 +00:00
README [infra] Remove last remnants of old checked in SDK 2018-06-28 18:15:57 +00:00
update.sh [release] Update checked-in SDKs to 2.9.0-4.0.dev 2020-04-28 14:20:48 +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 are currently using the 32-bit ia32 build as the default on Windows, and the
64-bit x64 build as the default on Linux and Mac. arm and arm64 CIPD packages
are used on Linux.

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.