tikv / grpc-rs

The gRPC library for Rust built on C Core library and futures
Apache License 2.0
1.81k stars 253 forks source link

Fix CI failures #642

Closed qwandor closed 6 months ago

qwandor commented 11 months ago

There are a number of CI failures in master, which makes it difficult to see when PRs are actually introducing new issues. This PR fixes most of them, apart from the Windows ones.

qwandor commented 11 months ago

If anyone knows how to fix the Windows issues suggestions are welcome, otherwise can we at least get this merged to fix the rest?

BusyJay commented 6 months ago

Covered by #648, thanks for your contribution!