rust-lang / backtrace-rs

Backtraces in Rust
https://docs.rs/backtrace
Other
524 stars 240 forks source link

Enable calling build.rs externally v2 #568

Closed pitaj closed 10 months ago

pitaj commented 10 months ago

Addresses the issue found here: https://github.com/rust-lang/cc-rs/pull/705#issuecomment-1745754154

This time we write the file into OUT_DIR, then there's no CWD issues. Make sure to check the android CI runs for those CC warnings.

Arc-blroth commented 10 months ago

https://github.com/rust-lang/backtrace-rs/actions/runs/6401025077/job/17375496772?pr=568#step:7:375

Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking

I wonder what's causing that...

pitaj commented 10 months ago

That's been failing at least since https://github.com/rust-lang/backtrace-rs/commit/43c3ecb414d4de731a9f68c3793970c68938143c so I don't think it's related

workingjubilee commented 10 months ago

https://github.com/rust-lang/backtrace-rs/issues/565