This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.0 by this push:
new c7010e1a910 branch-3.0: [feat](thirdparty) Add aws dentity-management
and sts library for be and ry #49565 (#49683)
c7010e1a910 is described below
commit c7010e1a91074b0b6deaf80bd8eeb5f7ac9eca8b
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed May 7 14:16:29 2025 +0800
branch-3.0: [feat](thirdparty) Add aws dentity-management and sts library
for be and ry #49565 (#49683)
Cherry-picked from #49565
Co-authored-by: Lei Zhang <[email protected]>
---
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 5d9141b6e7a..bb3cc427ab3 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: [email protected]
For additional commands, e-mail: [email protected]