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

Conversation

@chinmaygarde
Copy link
Member

@chinmaygarde chinmaygarde commented Oct 17, 2023

Now, both the DEPS and the custom GN rules for them are in the same repo and won't need a buildroot sibling patch + roll.

Part of flutter/flutter#67373. Pending landing of the buildroot patch in flutter/buildroot#781 (the DEPS will be updated before landing and after the presubs pass).

@chinmaygarde chinmaygarde added the Work in progress (WIP) Not ready (yet) for review! label Oct 17, 2023
@flutter-dashboard
Copy link

It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption to this rule, contact Hixie or stuartmorgan on the #hackers channel in Chat (don't just cc them here, they won't see it! Use Discord!).

If you are not sure if you need tests, consider this rule of thumb: the purpose of a test is to make sure someone doesn't accidentally revert the fix. Ask yourself, is there anything in your PR that you feel it is important we not accidentally revert back to how it was before your fix?

Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing.

@chinmaygarde
Copy link
Member Author

chinmaygarde commented Oct 17, 2023

The only change past the moving of the files into the repository was to not pylint the build directory since it now contains vendored folders that I can't fix the formatting of. I can setup more specialized lint rules later.

Copy link
Member

@cbracken cbracken left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Woohoo! lgtm!

@@ -0,0 +1,1205 @@
# Copyright 2014 The Chromium Authors. All rights reserved.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The targets in this file appear to be unused, and I can't find the sources they refer to. I think this file might be dead code?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Almost certain it is. I didn't want to do cleanups in this patch since there may be platforms I am missing. This is just a pure moving of the directory.

DEPS Outdated

deps = {
'src': 'https://github.com/flutter/buildroot.git' + '@' + '1d2965f9b0f784abea8ddbeb54827afa9ed196b9',
'src': 'https://github.com/chinmaygarde/flutter_buildroot.git' + '@' + 'd9c9c9fa64c3a9d1098eff61f71c206722980a62',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am guessing you're updating this before submitting?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah. Just wanted to get the presubs going.

chinmaygarde added a commit to flutter/buildroot that referenced this pull request Oct 17, 2023
Now, both the DEPS and the custom GN rules for them are in the same repo and
won't need a buildroot sibling patch + roll.

Part of flutter/flutter#67373. Pending landing of the buildroot patch in
flutter/buildroot#781 (the DEPS will be updated before landing and after the
presubs pass).
@chinmaygarde chinmaygarde added the autosubmit Merge PR when tree becomes green via auto submit App label Oct 17, 2023
@auto-submit auto-submit bot merged commit b01e3e7 into flutter:main Oct 17, 2023
@chinmaygarde chinmaygarde deleted the mv_second branch October 17, 2023 17:17
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Oct 17, 2023
harryterkelsen pushed a commit that referenced this pull request Oct 23, 2023
Now, both the DEPS and the custom GN rules for them are in the same repo and won't need a buildroot sibling patch + roll.

Part of flutter/flutter#67373. Pending landing of the buildroot patch in flutter/buildroot#781 (the DEPS will be updated before landing and after the presubs pass).
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.

4 participants