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

Commit fb4105e

Browse files
authored
Use Chromium mirror for archive dependency (#48509)
The archive dependency is currently being pulled directly from github which is not the desired workflow (see context in b/313920867) This change migrates the source of the archive dependency to be the already exsiting auto-updated mirror. [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
1 parent 7cba422 commit fb4105e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ deps = {
677677

678678
# Dart packages
679679
'src/flutter/third_party/pkg/archive':
680-
Var('github_git') + '/brendan-duncan/archive.git' + '@' + '9de7a0544457c6aba755ccb65abb41b0dc1db70d', # 3.1.2
680+
Var('chromium_git') + '/external/github.com/brendan-duncan/archive.git' + '@' + '9de7a0544457c6aba755ccb65abb41b0dc1db70d', # 3.1.2
681681

682682
'src/flutter/third_party/pkg/equatable':
683683
Var('github_git') + '/felangel/equatable.git' + '@' + '2117551ff3054f8edb1a58f63ffe1832a8d25623', # 2.0.5

0 commit comments

Comments
 (0)