lidavidm commented on pull request #7298: URL: https://github.com/apache/arrow/pull/7298#issuecomment-635939130
> I am curious why the link error at `arrow-flight-test` occurs at https://travis-ci.org/github/apache/arrow/jobs/692253254#L1141. > Do we need a fix like #7266? I think this is because we are failing to link zlib. When we build gRPC from scratch, we provide zlib to gRPC's build, but we don't actually add a dependency on zlib: https://github.com/apache/arrow/blob/75315f5496d09744fbf75680f2302496e5b48aa6/cpp/cmake_modules/ThirdpartyToolchain.cmake#L2065-L2066 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
