Skip to content

Add precompiled iOS dependency preparation support#3556

Open
sjchmiela wants to merge 3 commits intomainfrom
stanley/add-precompiled-deps-support
Open

Add precompiled iOS dependency preparation support#3556
sjchmiela wants to merge 3 commits intomainfrom
stanley/add-precompiled-deps-support

Conversation

@sjchmiela
Copy link
Copy Markdown
Contributor

@sjchmiela sjchmiela commented Mar 27, 2026

Summary

  • export precompiled modules helpers from @expo/build-tools and start preparation when flagged builds enable precompiled modules
  • wait for precompiled module preparation before running pod install in both build-tools pod flows
  • set worker env and config for precompiled module downloads, including proxy-aware download handling and coverage for the new behavior

Testing

Zrzut ekranu 2026-03-28 o 22 26 35 Zrzut ekranu 2026-03-28 o 22 27 27

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 27, 2026

Codecov Report

❌ Patch coverage is 92.77108% with 6 lines in your changes missing coverage. Please review.
✅ Project coverage is 53.92%. Comparing base (7a4c81f) to head (77ef2ed).

Files with missing lines Patch % Lines
...ckages/build-tools/src/utils/precompiledModules.ts 91.55% 6 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3556      +/-   ##
==========================================
+ Coverage   53.80%   53.92%   +0.13%     
==========================================
  Files         820      822       +2     
  Lines       34978    35076      +98     
  Branches     7217     7229      +12     
==========================================
+ Hits        18815    18911      +96     
- Misses      16072    16078       +6     
+ Partials       91       87       -4     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@sjchmiela sjchmiela added the no changelog PR that doesn't require a changelog entry label Mar 28, 2026
@github-actions
Copy link
Copy Markdown

⏩ The changelog entry check has been skipped since the "no changelog" label is present.

@sjchmiela sjchmiela marked this pull request as ready for review March 28, 2026 21:27
@sjchmiela sjchmiela requested review from chrfalch and hSATAC March 28, 2026 21:27
@github-actions
Copy link
Copy Markdown

Subscribed to pull request

File Patterns Mentions
**/* @douglowder

Generated by CodeMention

@chrfalch
Copy link
Copy Markdown

I’m not yet experienced with the build tools, but I’ve gone through the PR and as far as i can see it looks good. This is also a test for supporting precompiled frameworks on iOS in EAS build so there will definitely be room for some improvements when we get decent packaging and versioning of these modules.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

no changelog PR that doesn't require a changelog entry

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants