fix(rust): use prebuilt std when it is available#6109
fix(rust): use prebuilt std when it is available#6109lukastaegert merged 11 commits intorollup:masterfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
When it passes, i would like to know if it is possible for me to test this PR on my device in some way, please let me know |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #6109 +/- ##
=======================================
Coverage 98.74% 98.74%
=======================================
Files 271 271
Lines 10641 10641
Branches 2848 2848
=======================================
Hits 10507 10507
Misses 89 89
Partials 45 45 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
lukastaegert
left a comment
There was a problem hiding this comment.
Nice! I will trigger a beta build to try this out from the branch and get feedback.
BTW looking at this issue we just received for OHOS which has the same issue in a different context #6115, another solution might be to also exclude android here. Let's see what works.
|
Released as |
|
This PR has been released as part of rollup@4.52.2. You can test it via |
This PR contains:
Are tests included?
Breaking Changes?
List any relevant issue numbers:
Description
This change links LLVM's compiler-rt which should hopefully bring in the missing symbols for all platforms.