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

Commit 2956d96

Browse files
committed
Roll Fuchsia with license script fix
1 parent bc3b855 commit 2956d96

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,7 @@ deps = {
924924
'packages': [
925925
{
926926
'package': 'fuchsia/sdk/core/linux-amd64',
927-
'version': 'z9uQ0mXwjKFQF05XlBv-X8Em1QvkefyGcIJWrSZEm-sC'
927+
'version': '8dgICHnG28wNHzoz33qFF_nQu52I3PVTfNbXzV6PWTQC'
928928
}
929929
],
930930
'condition': 'host_os == "linux" and not download_fuchsia_sdk',

ci/licenses_golden/excluded_files

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -624,6 +624,8 @@
624624
../../../fuchsia/sdk/linux/fidl/fuchsia.wlan.softmac/meta.json
625625
../../../fuchsia/sdk/linux/fidl/zx/meta.json
626626
../../../fuchsia/sdk/linux/meta
627+
../../../fuchsia/sdk/linux/packages/blobs
628+
../../../fuchsia/sdk/linux/packages/realm_builder_server/meta.json
627629
../../../fuchsia/sdk/linux/pkg/async-cpp/meta.json
628630
../../../fuchsia/sdk/linux/pkg/async-default/meta.json
629631
../../../fuchsia/sdk/linux/pkg/async-loop-cpp/meta.json

ci/licenses_golden/tool_signature

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
Signature: 996bda987bb421e5aecf9238c247c296
2-
1+
Signature: 575f2a41ff152394b7e539742fa248e6

tools/licenses/lib/paths.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ final Set<String> skippedPaths = <String>{
3838
r'fuchsia/sdk/linux/docs',
3939
r'fuchsia/sdk/linux/meta',
4040
r'fuchsia/sdk/linux/NOTICE.fuchsia', // covers things that contribute to the Fuchsia SDK; see fxb/94240
41+
r'fuchsia/sdk/linux/packages/blobs', // See https://github.com/flutter/flutter/issues/134042.
4142
r'fuchsia/sdk/linux/tools',
4243
r'fuchsia/sdk/mac/docs',
4344
r'fuchsia/sdk/mac/meta',

0 commit comments

Comments
 (0)