-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Roll back the AAR build experiment #36966
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
It looks like this pull request may not have tests. Please make sure to add tests before merging. While there are exceptions to this rule, if this patch modifies code it is probably not an exception. Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. /cc @dnfield |
This has been breaking flutter/plugins CI for the past day.
|
The smoke test here is the flutter/plugins Cirrus https://cirrus-ci.com/github/flutter/plugins/master Getting this app to run on every Flutter framework change is #33440 It might be that the path for getting this to run on Flutter framework changes is submitting it to https://github.com/flutter/tests |
|
It may also need to comment out |
Codecov Report
@@ Coverage Diff @@
## master #36966 +/- ##
==========================================
- Coverage 55.93% 55.29% -0.64%
==========================================
Files 190 190
Lines 17564 17564
==========================================
- Hits 9824 9712 -112
- Misses 7740 7852 +112
Continue to review full report at Codecov.
|
jonahwilliams
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
| name: 'Build plugins independently as AARs in app projects', | ||
| configSetting: 'enable-build-plugin-as-aar', | ||
| master: FeatureChannelSetting( | ||
| available: true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you make this available: true. Then it can still be manually enabled with flutter config --enable-build-plugin-as-aar.
* Roll back the AAR build experiment This has been breaking flutter/plugins CI for the past day. * Remove integration tests that rely on the AAR flag
Description
This has been breaking flutter/plugins CI for the past day.
Related Issues
Tests
packages/flutter_tools/test/general.shard/features_test.dartChecklist
Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes (
[x]). This will ensure a smooth and quick review process.///).flutter analyze --flutter-repo) does not report any problems on my PR.Breaking Change
Does your PR require Flutter developers to manually update their apps to accommodate your change?