-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
runtime: cargo test
fails with modern GCC
#3947
Comments
Can you check if it works with #3950? |
It managed to move the error around at least. |
This is an upstream issue, see tikv/grpc-rs#524. |
Yeah it does. While I'm complaining about this test battery, can we do something about
As well? (Eg: auto-skip/fail the tests if it isn't defined) |
You could run |
cargo test
fails to build with newer gcc (11.1.1) due to C dependencies pulled in by our ancient version ofgrpcio-sys
.The text was updated successfully, but these errors were encountered: