Skip to content

grpc-sys: detect failure early #511

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

Merged
merged 2 commits into from
Mar 2, 2021
Merged

Conversation

BusyJay
Copy link
Member

@BusyJay BusyJay commented Mar 2, 2021

grpc c core 1.35 requires gcc 4.9+. It usually makes users switch
compiler on failure. But cmake doesn't work well on compiler changes, so
this pr detects the changes early and remove stale cache so that it can
finish compilation.

grpc c core 1.35 requires gcc 4.9+. It usually makes users switch
compiler on failure. But cmake doesn't work well on compiler changes, so
this pr detects the changes early and remove stale cache so that it can
finish compilation.

Signed-off-by: Jay Lee <[email protected]>
hunterlxt
hunterlxt previously approved these changes Mar 2, 2021
Copy link
Member

@hunterlxt hunterlxt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Signed-off-by: Jay Lee <[email protected]>
@BusyJay BusyJay merged commit 3717660 into tikv:master Mar 2, 2021
@BusyJay BusyJay deleted the detect-compiler-changes branch March 2, 2021 14:26
@BusyJay
Copy link
Member Author

BusyJay commented Mar 3, 2021

I believe rust-rocksdb also has the same problem. /cc @yiwu-arbug

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants