Abhishek Rawat has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/22355 )
Change subject: Add aws-sdk-cpp (bedrock) libraries ...................................................................... Add aws-sdk-cpp (bedrock) libraries Added aws-sdk-cpp to the toolchain from: https://github.com/aws/aws-sdk-cpp/releases/tag/1.11.486 This is primarily required for interacting with AWS Bedrock models. The full aws-sdk-cpp build takes more than an hour so limiting the build to bedrock libraries for now. The AWS SDK depends on curl and zlib from the toolchain build. The test binaries were also disabled as it was picking up system GCC libraries. The build uses system OpenSSL crypto libs rather than AWS crypto libs. Using static libs instead of shared libs as shared libs enable AWS custom memory manager which causes some issues during cleanup. Finally, building SDK using C++17 similar to Impala. Testing: - Ran a local toolchain build - Ran toolchain build on multiple platforms Change-Id: I8c428195e8be24de53b2b30479a4966e43db74cd Reviewed-on: http://gerrit.cloudera.org:8080/22355 Reviewed-by: Laszlo Gaal <[email protected]> Tested-by: Laszlo Gaal <[email protected]> --- M buildall.sh A source/aws-sdk-cpp/build.sh 2 files changed, 53 insertions(+), 0 deletions(-) Approvals: Laszlo Gaal: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/22355 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: native-toolchain Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I8c428195e8be24de53b2b30479a4966e43db74cd Gerrit-Change-Number: 22355 Gerrit-PatchSet: 6 Gerrit-Owner: Abhishek Rawat <[email protected]> Gerrit-Reviewer: Abhishek Rawat <[email protected]> Gerrit-Reviewer: Laszlo Gaal <[email protected]> Gerrit-Reviewer: Yida Wu <[email protected]>
