Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 9250de9

Browse files
Reverts "Remove Fuchsia Mac SDK from DEPS" (#47791)
Reverts #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
1 parent eb3b2bb commit 9250de9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

DEPS

+10
Original file line numberDiff line numberDiff line change
@@ -946,6 +946,16 @@ deps = {
946946

947947
# Get the SDK from https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core at the 'latest' tag
948948
# Get the toolchain from https://chrome-infra-packages.appspot.com/p/fuchsia/clang at the 'goma' tag
949+
'src/fuchsia/sdk/mac': {
950+
'packages': [
951+
{
952+
'package': 'fuchsia/sdk/core/mac-amd64',
953+
'version': 'CssR5Ci8l8Wn47xEJSW2TxuUVmr2DpJ1FX-kTlrIW9wC'
954+
}
955+
],
956+
'condition': 'host_os == "mac" and not download_fuchsia_sdk',
957+
'dep_type': 'cipd',
958+
},
949959
'src/fuchsia/sdk/linux': {
950960
'packages': [
951961
{

0 commit comments

Comments
 (0)