This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push: new a25db9b324f [feat](thirdparty) Add aws dentity-management and sts library for be and ry (#49565) a25db9b324f is described below commit a25db9b324f4c79fcd311d5aed7306fa8a03b1cd Author: Lei Zhang <zhang...@selectdb.com> AuthorDate: Mon Mar 31 14:02:04 2025 +0800 [feat](thirdparty) Add aws dentity-management and sts library for be and ry (#49565) --- 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 71cdecdf709..b409349eec3 100755 --- a/thirdparty/build-thirdparty.sh +++ b/thirdparty/build-thirdparty.sh @@ -1351,7 +1351,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}" @@ -1374,6 +1374,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