From e5c5963ef0945b554c0791ca39c567a89a8d4432 Mon Sep 17 00:00:00 2001 From: Alexander Aprelev Date: Tue, 19 Apr 2022 19:50:37 +0000 Subject: [PATCH] Revert "[infra] Update checked-in SDK to 2.17.0-266.1.beta" This reverts commit bf2c56afbff51ed360ff99ae39582df0dd7fc457. Reason for revert: skia dart->engine autoroller still uses `pub`, which is removed in this update Original change's description: > [infra] Update checked-in SDK to 2.17.0-266.1.beta > > Bug: https://github.com/dart-lang/sdk/issues/48818 > Change-Id: Ic0658c7b60f12911f974f6580b3e378569b509c1 > Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/241516 > Auto-Submit: Alexander Thomas > Reviewed-by: William Hesse > Commit-Queue: William Hesse TBR=whesse@google.com,athom@google.com Change-Id: Ibf5c8a277b900c05d917d9b765f38252edb968b9 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: https://github.com/dart-lang/sdk/issues/48818 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/241684 Reviewed-by: Alexander Aprelev Bot-Commit: Rubber Stamper Commit-Queue: Alexander Aprelev --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index a2c215fc771..0416bb71899 100644 --- a/DEPS +++ b/DEPS @@ -39,7 +39,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. - "sdk_tag": "version:2.17.0-266.1.beta", + "sdk_tag": "version:2.16.2", # co19 is a cipd package. Use update.sh in tests/co19[_2] to update these # hashes. It requires access to the dart-build-access group, which EngProd