From 1ccaa12af2875d3ea8da855f8b7fc0ac7446fdfe Mon Sep 17 00:00:00 2001 From: Jonas Termansen Date: Tue, 9 Jan 2024 10:42:53 +0000 Subject: [PATCH] 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 Commit-Queue: Alexander Thomas Reviewed-by: Alexander Thomas Auto-Submit: Jonas Termansen --- DEPS | 3 +-- tools/sdks/README | 7 ++----- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/DEPS b/DEPS index d4409822067..2c744415345 100644 --- a/DEPS +++ b/DEPS @@ -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. diff --git a/tools/sdks/README b/tools/sdks/README index 0f4ce9a060d..838d29365f9 100644 --- a/tools/sdks/README +++ b/tools/sdks/README @@ -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"