Skip to content

Commit

Permalink
Reverts "Remove Fuchsia Mac SDK from DEPS" (#47791)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
auto-submit[bot] authored Nov 8, 2023
1 parent eb3b2bb commit 9250de9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -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': [
{
Expand Down

0 comments on commit 9250de9

Please sign in to comment.