This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.1 by this push: new 08fc9eea0db branch-2.1: [feat](thirdparty) Add aws dentity-management and sts library for be and ry #49565 (#49684) 08fc9eea0db is described below commit 08fc9eea0db36936de9bc0e0c5d5e679324cac5a Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Sun Apr 6 21:22:52 2025 +0800 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 <zhang...@selectdb.com> --- 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 93ec4fb7da8..9865ce50558 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 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org