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

Use flutter mirrors for non-google origin deps instead of fuchsia #48735

Merged
merged 4 commits into from
Dec 15, 2023

Conversation

sealesj
Copy link
Contributor

@sealesj sealesj commented Dec 6, 2023

I have configured mirrors with the same configuration as other flutter mirrors (e.g. public read access, hosted on flutter GoB) for the fuchsia github dependencies coming from non-google origin. The same patches are applied to these as in fuchsia GoB.

This change is to rely on the flutter mirrors instead of fuchsia so that possible breaking changes made to fuchsia mirrors in the future will not affect flutter. Context and tracking can be found in this bug: b/313921121

Github deps from google origins are not being migrated to a new flutter mirror here because google is creating its own mirrors for those deps. We will migrate deps included in the new mirrors after it is set up. (context: b/274009025)

Pre-launch Checklist

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • I read the Tree Hygiene wiki page, which explains my responsibilities.
  • I read and followed the Flutter Style Guide and the C++, Objective-C, Java style guides.
  • I listed at least one issue that this PR fixes in the description above.
  • I added new tests to check the change I am making or feature I am adding, or the PR is test-exempt. See testing the engine for instructions on writing and running engine tests.
  • I updated/added relevant documentation (doc comments with ///).
  • I signed the CLA.
  • All existing and new tests are passing.

If you need help, consider asking for advice on the #hackers-new channel on Discord.

@sealesj sealesj requested a review from dnfield December 6, 2023 16:02
@sealesj sealesj marked this pull request as ready for review December 6, 2023 16:02
@sealesj sealesj marked this pull request as draft December 7, 2023 16:51
@flutter-dashboard
Copy link

This pull request has been changed to a draft. The currently pending flutter-gold status will not be able to resolve until a new commit is pushed or the change is marked ready for review again.

@sealesj
Copy link
Contributor Author

sealesj commented Dec 7, 2023

Changing to draft in order to resolve adding patches not yet present to the new flutter mirrors which is likely the reason for these failures

@sealesj sealesj added the Work in progress (WIP) Not ready (yet) for review! label Dec 7, 2023
@sealesj
Copy link
Contributor Author

sealesj commented Dec 14, 2023

Took a bit to figure out the applying patches + removing the auto-overwriting updates fetched from the upstream to the mirror, but they are now configured just as fuchsia's are and should be good to go.

@sealesj sealesj marked this pull request as ready for review December 14, 2023 21:43
@sealesj sealesj removed the Work in progress (WIP) Not ready (yet) for review! label Dec 14, 2023
@sealesj sealesj requested a review from zanderso December 14, 2023 22:33
@sealesj sealesj added the autosubmit Merge PR when tree becomes green via auto submit App label Dec 15, 2023
@auto-submit auto-submit bot merged commit 986a6fe into flutter:main Dec 15, 2023
@sealesj sealesj deleted the fuchsia-mirror-migration branch December 15, 2023 15:26
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Dec 15, 2023
auto-submit bot pushed a commit to flutter/flutter that referenced this pull request Dec 15, 2023
…140221)

flutter/engine@9524a18...986a6fe

2023-12-15 103135467+sealesj@users.noreply.github.com Use flutter mirrors for non-google origin deps instead of fuchsia (flutter/engine#48735)

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC jsimmons@google.com,rmistry@google.com,zra@google.com on the revert to ensure that a human
is aware of the problem.

To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose

To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
autosubmit Merge PR when tree becomes green via auto submit App
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants