Skip to content

Commit

Permalink
Use Chromium mirror for archive dependency (#48509)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
sealesj authored Nov 30, 2023
1 parent 7cba422 commit fb4105e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ deps = {

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

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

0 comments on commit fb4105e

Please sign in to comment.