dart-sdk/tools/sdks
Alexander Thomas a1f6688e16 [release] Update checked-in SDKs to 2.19.0
Don't upload riscv64 checked-in SDKs unless a dev version is specified.
This means gclient will not have a checked-in SDK for riscv64 checkouts
unless pinned to a dev version of the checked-in SDK.

Change-Id: I718c022228a8430d5d6b27f8a3d0f728b616c553
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/279707
Commit-Queue: Alexander Thomas <athom@google.com>
Reviewed-by: Ryan Macnak <rmacnak@google.com>
Reviewed-by: William Hesse <whesse@google.com>
2023-01-26 07:26:36 +00:00
..
.gitignore [fuchsia] Add SDK prebuilts to .gitignore 2018-07-23 18:48:09 +00:00
README Remove references to dartfmt in various comments and docs. 2021-10-01 00:56:14 +00:00
update.sh [release] Update checked-in SDKs to 2.19.0 2023-01-26 07:26:36 +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 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 dart format check on
changed files, they may need to be updated often when dart format is changing
rapidly. Access to the project-dart-admins Luci auth group is required to do so.