dart-sdk/tools/sdks/README
Alexander Thomas 72b77ac6ab [infra] Remove last remnants of old checked in SDK
* Update README.
* Create 32-bit Windows CIPD package in update.sh.
* Remove architecture specific executable names.

Change-Id: I553b282188bc76e82df0a6e40200e3311fdc6f1d
Reviewed-on: https://dart-review.googlesource.com/62842
Commit-Queue: Alexander Thomas <athom@google.com>
Reviewed-by: Zach Anderson <zra@google.com>
2018-06-28 18:15:57 +00:00

14 lines
669 B
Plaintext

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.