Skip to content
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

grpc: fix grpc for various failures (backport #15587) #15596

Merged
merged 1 commit into from
Mar 22, 2024

Conversation

mergify[bot]
Copy link

@mergify mergify bot commented Mar 22, 2024

lib: don't define a fallthrough in c++ to avoid conflict with protobuf c++

check: add link libs required by some versions of grpc++ or it's dependent linked libs

tests: don't fail the test due to known at exit memleaks

Closes: #15475


This is an automatic backport of pull request #15587 done by Mergify.

lib: don't define a `fallthrough` in c++ to avoid conflict with protobuf c++

check: add link libs required by some versions of grpc++ or it's dependent
linked libs

tests: don't fail the test due to known at exit memleaks
Signed-off-by: Christian Hopps <[email protected]>
(cherry picked from commit 043a418)
@frrbot frrbot bot added the bugfix label Mar 22, 2024
@idryzhov idryzhov merged commit 11fad42 into dev/10.0 Mar 22, 2024
12 checks passed
@mergify mergify bot deleted the mergify/bp/dev/10.0/pr-15587 branch March 22, 2024 13:38
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.

2 participants