-
Notifications
You must be signed in to change notification settings - Fork 246
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
Android CI is broken #531
Comments
cc aarch64 android maintainers: @chriswailes @maurer @mgeisler Hello! Our backtrace crate is deep in arrears on maintenance and we could use all the help we can get, specifically with some Android issues. It should be a relatively simple fix, tho'. |
I'd be happy to take a look at this tomorrow. |
Sorry for the delay. It looks like #534 will bring the CI definition up to date. |
Completely fine! It's great to have this taken care of! |
This seems to be related to rust-lang/rust#103673. Essentially we need to update the CI scripts to use a newer NDK version. Possible inspiration can be taken from the rust-libc CI scripts, which are similar to the ones in this crate.
The text was updated successfully, but these errors were encountered: