From 08fc9eea0db36936de9bc0e0c5d5e679324cac5a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 6 Apr 2025 21:22:52 +0800 Subject: [PATCH] branch-2.1: [feat](thirdparty) Add aws dentity-management and sts library for be and ry #49565 (#49684) Cherry-picked from #49565 Co-authored-by: Lei Zhang --- thirdparty/build-thirdparty.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/thirdparty/build-thirdparty.sh b/thirdparty/build-thirdparty.sh index 93ec4fb7da..9865ce5055 100755 --- a/thirdparty/build-thirdparty.sh +++ b/thirdparty/build-thirdparty.sh @@ -1345,7 +1345,7 @@ build_aws_sdk() { "${CMAKE_CMD}" -G "${GENERATOR}" -B"${BUILD_DIR}" -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX="${TP_INSTALL_DIR}" \ -DCMAKE_PREFIX_PATH="${TP_INSTALL_DIR}" -DBUILD_SHARED_LIBS=OFF -DENABLE_TESTING=OFF \ -DCURL_LIBRARY_RELEASE="${TP_INSTALL_DIR}/lib/libcurl.a" -DZLIB_LIBRARY_RELEASE="${TP_INSTALL_DIR}/lib/libz.a" \ - -DBUILD_ONLY="core;s3;s3-crt;transfer" \ + -DBUILD_ONLY="core;s3;s3-crt;transfer;identity-management;sts" \ -DCMAKE_CXX_FLAGS="-Wno-nonnull -Wno-deprecated-declarations ${warning_dangling_reference}" -DCPP_STANDARD=17 cd "${BUILD_DIR}" @@ -1368,6 +1368,8 @@ build_aws_sdk() { strip_lib libaws-cpp-sdk-transfer.a strip_lib libaws-checksums.a strip_lib libaws-c-compression.a + strip_lib libaws-cpp-sdk-identity-management.a + strip_lib libaws-cpp-sdk-sts.a } # lzma