Update checked in SDK to 3.2.4.

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>
This commit is contained in:
Jonas Termansen 2024-01-09 10:42:53 +00:00 committed by Commit Queue
parent 77886bf641
commit 1ccaa12af2
2 changed files with 3 additions and 7 deletions

3
DEPS
View file

@ -50,8 +50,7 @@ vars = {
# Checked-in SDK version. The checked-in SDK is a Dart SDK distribution
# in a cipd package used to run Dart scripts in the build and test
# infrastructure, which is automatically built on the release commits.
# Use a published dev version to support unstable platforms.
"sdk_tag": "version:3.2.0-150.0.dev",
"sdk_tag": "version:3.2.4",
# co19 is a cipd package automatically generated for each co19 commit.
# Use tests/co19/update.sh to update this hash.

View file

@ -1,11 +1,8 @@
This directory contains a stable Dart SDK, which is used to build the
observatory and to run the test scripts.
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.
We use the x64 build as the default on Linux, Mac and Windows. Builds for Linux
on ARM and ARM64 are also provided.
The SDK can be updated to a release commit from dev/beta/stable using:
gclient setdep --var="sdk_tag=git_revision:$commit"