This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -924,7 +924,7 @@ deps = {
924
924
'packages' : [
925
925
{
926
926
'package' : 'fuchsia/sdk/core/linux-amd64' ,
927
- 'version' : 'z9uQ0mXwjKFQF05XlBv-X8Em1QvkefyGcIJWrSZEm-sC '
927
+ 'version' : '8dgICHnG28wNHzoz33qFF_nQu52I3PVTfNbXzV6PWTQC '
928
928
}
929
929
],
930
930
'condition' : 'host_os == "linux" and not download_fuchsia_sdk' ,
Original file line number Diff line number Diff line change 624
624
../../../fuchsia/sdk/linux/fidl/fuchsia.wlan.softmac/meta.json
625
625
../../../fuchsia/sdk/linux/fidl/zx/meta.json
626
626
../../../fuchsia/sdk/linux/meta
627
+ ../../../fuchsia/sdk/linux/packages/blobs
628
+ ../../../fuchsia/sdk/linux/packages/realm_builder_server/meta.json
627
629
../../../fuchsia/sdk/linux/pkg/async-cpp/meta.json
628
630
../../../fuchsia/sdk/linux/pkg/async-default/meta.json
629
631
../../../fuchsia/sdk/linux/pkg/async-loop-cpp/meta.json
Original file line number Diff line number Diff line change 1
- Signature: 996bda987bb421e5aecf9238c247c296
2
-
1
+ Signature: 575f2a41ff152394b7e539742fa248e6
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ final Set<String> skippedPaths = <String>{
38
38
r'fuchsia/sdk/linux/docs' ,
39
39
r'fuchsia/sdk/linux/meta' ,
40
40
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.
41
42
r'fuchsia/sdk/linux/tools' ,
42
43
r'fuchsia/sdk/mac/docs' ,
43
44
r'fuchsia/sdk/mac/meta' ,
You can’t perform that action at this time.
0 commit comments