mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 10:49:00 +00:00
1ccaa12af2
The stable channel now has builds for all the platforms as there are no longer any unstable platforms. Let's see if it works since there's no reason to bump to a 3.3 dev since nobody has needed it yet. Change-Id: If32e18aa3d26b12b8b7c24d0d36158a922174354 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/345284 Commit-Queue: Jonas Termansen <sortie@google.com> Commit-Queue: Alexander Thomas <athom@google.com> Reviewed-by: Alexander Thomas <athom@google.com> Auto-Submit: Jonas Termansen <sortie@google.com> |
||
---|---|---|
.. | ||
.gitignore | ||
README |
This directory contains a stable Dart SDK, which is used to bootstrap the Dart SDK build and to run the test scripts. The DEPS use CIPD's ${platform} syntax find the right SDK for the platform. The SDK can be updated to a release commit from dev/beta/stable using: gclient setdep --var="sdk_tag=git_revision:$commit" Because these SDKs are used for the presubmit dart format check on changed files, they may need to be updated often when dart format is changing rapidly.