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

Commit a83fe3e

Browse files
authored
Roll Fuchsia SDK to latest (#9509)
This rolls to CIPD package versions: macOS SDK: pWygawI3vBzP9dYloEvKka8r1p0NpLLZzZQ-yMYI1UIC Linux SDK: L_ORUWXyDEC29pSiSyKIwGqcFMQFsV91E3h_wPbUIUkC Applies two breaking changes from the SDK: * `zx_clock_get_new()` has been eliminated and replaced with `zx_clock_get()`. See: https://fuchsia-review.googlesource.com/c/fuchsia/+/293688 * Scenic `Metrics` no longer supports operator==; instead we use `fidl::Equals()`.
1 parent 63c2c33 commit a83fe3e

File tree

4 files changed

+119
-224
lines changed

4 files changed

+119
-224
lines changed

DEPS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ allowed_hosts = [
126126
]
127127

128128
deps = {
129-
'src': 'https://github.com/flutter/buildroot.git' + '@' + '5383f9c6ad891c28d0d2f3103864ff6ff377ceff',
129+
'src': 'https://github.com/flutter/buildroot.git' + '@' + 'ad2256a52991dd857aea2aba3240604543ffe232',
130130

131131
# Fuchsia compatibility
132132
#
@@ -480,7 +480,7 @@ deps = {
480480
'packages': [
481481
{
482482
'package': 'fuchsia/sdk/core/mac-amd64',
483-
'version': 'Cx51FRV5TCoqQ9nfs4E2QMfYkJ1JWt7arQXhV01tr7cC'
483+
'version': 'pWygawI3vBzP9dYloEvKka8r1p0NpLLZzZQ-yMYI1UIC'
484484
}
485485
],
486486
'condition': 'host_os == "mac"',
@@ -500,7 +500,7 @@ deps = {
500500
'packages': [
501501
{
502502
'package': 'fuchsia/sdk/core/linux-amd64',
503-
'version': 'udf6w2VmM5E8PyQm5ggugW_jjiEdWs-Xl6efeLf2JdkC'
503+
'version': 'L_ORUWXyDEC29pSiSyKIwGqcFMQFsV91E3h_wPbUIUkC'
504504
}
505505
],
506506
'condition': 'host_os == "linux"',

0 commit comments

Comments
 (0)