Skip to content

Commit c7010e1

Browse files
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]>
1 parent 74d60fe commit c7010e1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

thirdparty/build-thirdparty.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1351,7 +1351,7 @@ build_aws_sdk() {
13511351
"${CMAKE_CMD}" -G "${GENERATOR}" -B"${BUILD_DIR}" -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX="${TP_INSTALL_DIR}" \
13521352
-DCMAKE_PREFIX_PATH="${TP_INSTALL_DIR}" -DBUILD_SHARED_LIBS=OFF -DENABLE_TESTING=OFF \
13531353
-DCURL_LIBRARY_RELEASE="${TP_INSTALL_DIR}/lib/libcurl.a" -DZLIB_LIBRARY_RELEASE="${TP_INSTALL_DIR}/lib/libz.a" \
1354-
-DBUILD_ONLY="core;s3;s3-crt;transfer" \
1354+
-DBUILD_ONLY="core;s3;s3-crt;transfer;identity-management;sts" \
13551355
-DCMAKE_CXX_FLAGS="-Wno-nonnull -Wno-deprecated-declarations ${warning_dangling_reference}" -DCPP_STANDARD=17
13561356

13571357
cd "${BUILD_DIR}"
@@ -1374,6 +1374,8 @@ build_aws_sdk() {
13741374
strip_lib libaws-cpp-sdk-transfer.a
13751375
strip_lib libaws-checksums.a
13761376
strip_lib libaws-c-compression.a
1377+
strip_lib libaws-cpp-sdk-identity-management.a
1378+
strip_lib libaws-cpp-sdk-sts.a
13771379
}
13781380

13791381
# lzma

0 commit comments

Comments
 (0)