avoid c-ares dependency on libnsl (for v1.17.x)#17271
Merged
jtattermusch merged 1 commit intogrpc:v1.17.xfrom Nov 27, 2018
Merged
avoid c-ares dependency on libnsl (for v1.17.x)#17271jtattermusch merged 1 commit intogrpc:v1.17.xfrom
jtattermusch merged 1 commit intogrpc:v1.17.xfrom
Conversation
|
|
|
|
Contributor
Author
|
This nuget with this change passes with a makeshift C# distribtest on alpine: https://source.cloud.google.com/results/invocations/f3c0d70f-066f-4dee-8d17-cca44bf26194/targets/github%2Fgrpc/tests;query=alpine;failed=false;passed=true |
Contributor
|
Saw #17272, but just for the idea I'm wondering if a set of C tests that run under |
apolcyn
approved these changes
Nov 26, 2018
| set(CARES_SHARED OFF CACHE BOOL "disable shared library") | ||
| set(CARES_STATIC ON CACHE BOOL "link cares statically") | ||
| if(gRPC_BACKWARDS_COMPATIBILITY_MODE) | ||
| # See https://github.com/grpc/grpc/issues/17255 |
Contributor
There was a problem hiding this comment.
can we add a comment here that we expect the C# binary packages to be the only builds that use this?
Contributor
Author
There was a problem hiding this comment.
I think the issue link already hints that this is related to C# packaging.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix for #17255.
Also see #17270
Still needs to be upmerged to master.