Closed mikebenfield closed 1 year ago
cargo test --features gimli-symbolize --manifest-path crates/without_debuginfo/Cargo.toml
fails in CI on Ubuntu but passes on my machine. It's not clear to me how my change could cause this.
Alright, this test fails on someone else's commit too, so I guess my PR is not responsible.
https://github.com/rust-lang/backtrace-rs/actions/runs/3697730052/jobs/6263075709
I would like to get this merged. mikebenfield told me I'm free to take over the work. Can we continue on this PR or should I create a new one?
Okay. Most of the CI checks pass now, and the remainder don't because of... missing the nightly toolchain? Whatever. This looks good, merging.
mmap is a non-LFS function and due to its usage here will appear in binaries produced by rustc.
This is relevant to rust-lang/rust#94173.