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

Commit

Permalink
Revert "Remove Fuchsia Mac SDK from DEPS (#47700)"
Browse files Browse the repository at this point in the history
This reverts commit a1bad07.
  • Loading branch information
auto-submit[bot] committed Nov 8, 2023
1 parent eb3b2bb commit 6f6742c
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 6f6742c

Please sign in to comment.