Turn off bitcode for integration tests and add-to-app templates#42958
Merged
jmagman merged 2 commits intoflutter:masterfrom Oct 25, 2019
Merged
Turn off bitcode for integration tests and add-to-app templates#42958jmagman merged 2 commits intoflutter:masterfrom
jmagman merged 2 commits intoflutter:masterfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## master #42958 +/- ##
==========================================
- Coverage 60.5% 60.05% -0.45%
==========================================
Files 195 195
Lines 19029 18940 -89
==========================================
- Hits 11513 11374 -139
- Misses 7516 7566 +50
Continue to review full report at Codecov.
|
Contributor
|
weird gradle errors on cirrus... |
82a5063 to
c24669b
Compare
c24669b to
c22a228
Compare
Member
Author
|
Merging on red, device lab failures are due to infra, hosts have been restarted. |
jmagman
added a commit
to jmagman/flutter
that referenced
this pull request
Nov 12, 2019
…es (flutter#42958)" This reverts commit 41c02d7.
Inconnu08
pushed a commit
to Inconnu08/flutter
that referenced
this pull request
Nov 26, 2019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
With bitcode enabled, app crashes on launch from a distributed ipa. Disable bitcode in templates and integration tests until it can be fixed.
😞
Related Issues
Revert #39503.
See #42458.
Tests
Make sure add-to-app and module_test_ios still pass.
Checklist
///).flutter analyze --flutter-repo) does not report any problems on my PR.Breaking Change