mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 09:43:08 +00:00
b3400022dd
* 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> |
||
---|---|---|
.. | ||
.gitignore | ||
README | ||
update.sh |
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.