rust-lang / backtrace-rs

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

Use Ubuntu 20.04 for now #505

Closed JohnTitor closed 1 year ago

JohnTitor commented 1 year ago

This fixes CI failures as a stopgap.

Signed-off-by: Yuki Okushi jtitor@2k36.org

JohnTitor commented 1 year ago

@rust-lang/crate-maintainers This workaround fixes CI failure, it'd be great if someone could review this!

JohnTitor commented 1 year ago

Sorry, I didn't clarify! The all_frames_have_symbols test is currently failing, I think that's because Ubuntu 22.04 has some new items and it makes assertion fail. Unfortunately, I don't have that environment and cannot do debugging deeply, so this downgrades the Ubuntu image on CI to 20.04 as a stopgap.

JohnTitor commented 1 year ago

Merging to unblock other PRs, thank you for reviewing <3