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

Add more native targets #206

Merged
merged 6 commits into from
Mar 3, 2024
Merged

Add more native targets #206

merged 6 commits into from
Mar 3, 2024

Conversation

AArnott
Copy link
Collaborator

@AArnott AArnott commented Jan 27, 2024

  • Android arm64 and x64
  • Linux arm64

@AArnott
Copy link
Collaborator Author

AArnott commented Jan 27, 2024

The failure on ubuntu is due to a missing cross-targeting compiler.
I have a forum message out asking for help:
https://users.rust-lang.org/t/build-on-x64-linux-fails-from-not-finding-aarch64-linux-android-clang/105905

Copy link

codecov bot commented Jan 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.52%. Comparing base (7109b71) to head (b5ac59f).
Report is 191 commits behind head on main.

❗ Current head b5ac59f differs from pull request most recent head 2dfdb0e. Consider uploading reports for the commit 2dfdb0e to get more accurate results

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           
Flag Coverage Δ
LinuxHost ?
Release 75.52% <ø> (ø)
WindowsHost 75.52% <ø> (ø)
macOSHost 75.52% <ø> (ø)

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.

@AArnott AArnott force-pushed the addAndroidArm64 branch 2 times, most recently from c4adf88 to c68877d Compare January 27, 2024 18:55
@AArnott AArnott force-pushed the addAndroidArm64 branch 2 times, most recently from 36c1d58 to 5341b30 Compare March 3, 2024 00:12
@AArnott AArnott force-pushed the addAndroidArm64 branch 2 times, most recently from ca66e5b to 140b4d4 Compare March 3, 2024 03:55
@AArnott AArnott changed the title Add an android arm64 target Add arm64 targets for android and linux Mar 3, 2024
@AArnott AArnott changed the title Add arm64 targets for android and linux Add more native targets Mar 3, 2024
This is useful for android emulators.
@AArnott AArnott merged commit 763e3c7 into main Mar 3, 2024
7 checks passed
@AArnott AArnott deleted the addAndroidArm64 branch March 3, 2024 14:35
AArnott added a commit that referenced this pull request Oct 20, 2024
- 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant