-
Notifications
You must be signed in to change notification settings - Fork 22
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
Can't build the aarch64 apk on amd64 #54
Comments
crap, I'm guessing this is because of our switch to reqwest @kernelkind , maybe we need to revert this |
we're also gonna need to add android to our CI to catch stuff like this. maybe we can switch to rusttls or something |
Should be fixed! |
Cool, will try it tomorrow |
I can build both x86_64 and aarch64 with 0d240c1 But crash on
Also crash on the aarch64 phone (Android 13, LineageOS 20): logcat
|
I'm surprised by the sheer number of issues you are running into. this builds on my macbook, nixos desktop with gpu, nixos laptop with intel, and 2 different android phones. I only have run into issues with 32-bit android systems: |
With the latest commit 95f8623 :
RUST_LOG=debug cargo apk build --target x86_64-linux-android
worksRUST_LOG=debug cargo apk build --target aarch64-linux-android
fails:The text was updated successfully, but these errors were encountered: