be0fd91134
This also switches the checked-in SDKs on Windows to x64. Cq-Include-Trybots: luci.dart.try:vm-kernel-win-release-ia32-try Change-Id: Ie1c96cefd2ef3d1a06e6ed675e5eb8fe72f3e33d Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/163343 Commit-Queue: Alexander Thomas <athom@google.com> Reviewed-by: William Hesse <whesse@google.com>
13 lines
608 B
Plaintext
13 lines
608 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 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.
|