nealrichardson commented on pull request #8243: URL: https://github.com/apache/arrow/pull/8243#issuecomment-697054182
Ok, with that SEMICOLON change, the Ubuntu R job successfully compiles the C++ library, but the R package can't use it because it created a shared library for aws-sdk-cpp (or several), and those are stuck inside the build/awssdk_ep directory: https://github.com/apache/arrow/pull/8243/checks?check_run_id=1152416386#step:9:61 I think this means the bundled ep needs to build aws-sdk-cpp static, like it does for e.g. jemalloc--right? ---------------------------------------------------------------- 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]
