rust-lang / backtrace-rs

Backtraces in Rust
https://docs.rs/backtrace
Other
526 stars 245 forks source link

Android CI is broken #531

Closed Amanieu closed 1 year ago

Amanieu commented 1 year ago

This seems to be related to https://github.com/rust-lang/rust/issues/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.

workingjubilee commented 1 year ago

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'.

chriswailes commented 1 year ago

I'd be happy to take a look at this tomorrow.

chriswailes commented 1 year ago

Sorry for the delay. It looks like https://github.com/rust-lang/backtrace-rs/pull/534 will bring the CI definition up to date.

workingjubilee commented 1 year ago

Completely fine! It's great to have this taken care of!