nealrichardson commented on pull request #7997: URL: https://github.com/apache/arrow/pull/7997#issuecomment-676607641
So this is failing because it's trying to build the bundled aws-sdk-cpp external project, but that's not implemented: https://travis-ci.org/github/ursa-labs/crossbow/builds/719137336#L1231-L1232 You could try adding `-DAWSSDK_SOURCE=SYSTEM` to try to pick up the Homebrew package. I suspect that will also fail due to https://github.com/aws/aws-sdk-cpp/issues/1309 but we'll see. ---------------------------------------------------------------- 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]
