From 2a216c6b9be72ed2d48e152b19d6b2feeb102237 Mon Sep 17 00:00:00 2001 From: "auto-submit[bot]" <98614782+auto-submit[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 04:32:25 +0000 Subject: [PATCH] Reverts "Remove Fuchsia Mac SDK from DEPS" (flutter/engine#47791) Reverts flutter/engine#47700 Initiated by: zanderso This change reverts the following previous change: Original Description: Save infra capacity. Fuchsia commits 4 times a day, which can trigger a subsequent framework roll. Removing the Mac roller as it appears to be unused anymore. Skia config is in https://skia-review.googlesource.com/c/skia-autoroll-internal-config/+/774657 --- DEPS | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/DEPS b/DEPS index 6f4f65ba68..f55e5fcc12 100644 --- a/DEPS +++ b/DEPS @@ -946,6 +946,16 @@ deps = { # Get the SDK from https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core at the 'latest' tag # Get the toolchain from https://chrome-infra-packages.appspot.com/p/fuchsia/clang at the 'goma' tag + 'src/fuchsia/sdk/mac': { + 'packages': [ + { + 'package': 'fuchsia/sdk/core/mac-amd64', + 'version': 'CssR5Ci8l8Wn47xEJSW2TxuUVmr2DpJ1FX-kTlrIW9wC' + } + ], + 'condition': 'host_os == "mac" and not download_fuchsia_sdk', + 'dep_type': 'cipd', + }, 'src/fuchsia/sdk/linux': { 'packages': [ {