dart-sdk/tools/sdks
Alexander Thomas 1d9cd1d83f [infra] Update checked-in SDKs to 2.8.0-dev.0.0
Also change the script to use gsutil.py, which is usually in the path
because it's in depot tools.

Closes #39672

Change-Id: If434b4ebc4c0cb6054f6eb6d15f85a221a9ab1e6
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/127894
Commit-Queue: Alexander Thomas <athom@google.com>
Commit-Queue: Jonas Termansen <sortie@google.com>
Auto-Submit: Alexander Thomas <athom@google.com>
Reviewed-by: Jonas Termansen <sortie@google.com>
2019-12-11 13:23:59 +00:00
..
.gitignore [fuchsia] Add SDK prebuilts to .gitignore 2018-07-23 18:48:09 +00:00
README [infra] Remove last remnants of old checked in SDK 2018-06-28 18:15:57 +00:00
update.sh [infra] Update checked-in SDKs to 2.8.0-dev.0.0 2019-12-11 13:23:59 +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 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.