-
Notifications
You must be signed in to change notification settings - Fork 45
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
Streamline the NDK version used in Android build and CI #242
Labels
Comments
notmandatory
added
language: kotlin
platform: android
CI
Continuous integration pipeline related
labels
Nov 17, 2022
Updating to the latest NDK is a long-standing issue with uniffi-rs and Rust in general. Here are some links to keep track of some of the conversation and progress around this:
|
This was referenced Mar 30, 2023
Currently updating to the latest NDK works only for some builds: The x86_64 version of bdk-android throws a runtime error when used from an x86_64 machine (but not from an M1).
This is a known issue as per the links above. |
notmandatory
added a commit
that referenced
this issue
Apr 13, 2023
…and publish workflows beb75dd Use version 21 of the Android NDK in the CI test, build, and publish workflows (thunderbiscuit) Pull request description: This PR reverts an update to our Android CI workflows. For info on why this is needed, see issues #242 and #243. ACKs for top commit: notmandatory: ACK beb75dd Tree-SHA512: dfee0b1f335318b86fa490fa85e7ef5d7a032e01a78db64a186c5d75e9e77e8f0e2af58ee5407d4fe38a0aa3aabbc7b06b23189aef0dfaad1d246a354452870d
This was referenced Apr 17, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using the ubuntu-latest (ubuntu-20.04), the CI has also migrated to NDK version 25 (see issue here).
We should try to use a more recent version of NDK.
The text was updated successfully, but these errors were encountered: