-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add more native targets #206
Conversation
AArnott
commented
Jan 27, 2024
•
edited
Loading
edited
- Android arm64 and x64
- Linux arm64
The failure on ubuntu is due to a missing cross-targeting compiler. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #206 +/- ##
=======================================
Coverage 75.52% 75.52%
=======================================
Files 159 159
Lines 9185 9185
Branches 850 850
=======================================
Hits 6937 6937
Misses 2046 2046
Partials 202 202
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
c4adf88
to
c68877d
Compare
36c1d58
to
5341b30
Compare
ca66e5b
to
140b4d4
Compare
This is useful for android emulators.
- Merge pull request #255 from nerdcash/propchanged - Merge pull request #256 from nerdcash/no-historical-exceptions - Drop `includeMacOS` parameter from pipelines - Refactor how .NET picks up rust binaries - Fix cargo build break that oddly only appears on linux - Build aarch64-linux-android using `cross` - Add rust extension pack to workspace recommendations - Add linux-arm64 binary - Add android-x64 target - Merge pull request #206 from nerdcash/addAndroidArm64 - Update VS Code settings - Bump librustzcash to latest main (zcash_client_backend 0.11.0) - Merge pull request #258 from nerdcash/librustzcashupdate - Bump NBitcoin.Secp256k1 from 3.1.3 to 3.1.4 (#259) - Implement ZIP-316 revision 1 - Merge pull request #260 from nerdcash/ua_revised - Prepare for smarter t-addr downloads - Merge branch 'taddr' into mergeMainToApp