Skip to content
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

Link the MatrixRustSDK dynamically and only embed it in the main target #3539

Merged
merged 1 commit into from
Nov 20, 2024

Conversation

stefanceriu
Copy link
Member

@stefanceriu stefanceriu commented Nov 20, 2024

This will stop copying the framework to extension targets and reduce the overall app size to ~= 49.6 MB compressed, 127 MB uncompressed

@stefanceriu stefanceriu requested a review from pixlwave November 20, 2024 07:33
@stefanceriu stefanceriu requested a review from a team as a code owner November 20, 2024 07:33
Copy link

github-actions bot commented Nov 20, 2024

Warnings
⚠️ Some of the commits are missing ticket numbers. Please consider squashing all commits that don't have a tracking number.

Generated by 🚫 Danger Swift against 67863b7

Copy link

codecov bot commented Nov 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.76%. Comparing base (51227ff) to head (67863b7).
Report is 2 commits behind head on develop.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #3539   +/-   ##
========================================
  Coverage    78.75%   78.76%           
========================================
  Files          750      750           
  Lines        63010    63010           
========================================
+ Hits         49624    49629    +5     
+ Misses       13386    13381    -5     
Flag Coverage Δ
unittests 69.79% <ø> (+0.05%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@pixlwave pixlwave added the pr-build for changes related to build, tools, CI/CD label Nov 20, 2024
Copy link
Member

@pixlwave pixlwave left a comment

Choose a reason for hiding this comment

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

Changes look sane to me but CI isn't happy about something 😕

@stefanceriu stefanceriu force-pushed the stefan/dynamicLinking branch from 6e3a924 to 67863b7 Compare November 20, 2024 13:38
@stefanceriu stefanceriu merged commit acd670a into develop Nov 20, 2024
11 checks passed
@stefanceriu stefanceriu deleted the stefan/dynamicLinking branch November 20, 2024 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-build for changes related to build, tools, CI/CD
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants