rust-lang / git2-rs

libgit2 bindings for Rust
https://docs.rs/git2
Apache License 2.0
1.64k stars 380 forks source link

chore: switch from ctest to ctest2 #969

Closed weihanglo closed 11 months ago

weihanglo commented 11 months ago

ctest is nearly unmaintained and emits lots of warnings. Switch to ctest2 to fix those. (rust-lang/libz-sys did this a couple years ago)

Also, with ctest2 we won't be blocked on https://github.com/gnzlbg/ctest/issues/90, so enable systest on beta and nightly channels.