summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEtienne Petrel <etienne.petrel@mongodb.com>2022-04-11 01:09:55 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-04-11 01:40:12 +0000
commit39c12f34e992fedb74e77de87bbf474059fcac78 (patch)
tree7ec12c2ed4d2d3d4d6f46ad2c9633716559e5d0b /src
parent6fec51f9a86915f136dc3b5173fe571c92410e07 (diff)
downloadmongo-39c12f34e992fedb74e77de87bbf474059fcac78.tar.gz
Import wiredtiger: 64200147ceb744a7854f3278589b589b4a4e774f from branch mongodb-master
ref: 714e612de5..64200147ce for: 6.0.0-rc0 WT-8926 Turn off SDK's integration tests when building the SDK
Diffstat (limited to 'src')
-rw-r--r--src/third_party/wiredtiger/cmake/third_party/aws_sdk.cmake4
-rw-r--r--src/third_party/wiredtiger/import.data2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/cmake/third_party/aws_sdk.cmake b/src/third_party/wiredtiger/cmake/third_party/aws_sdk.cmake
index adfd6433d64..ceaf19a061c 100644
--- a/src/third_party/wiredtiger/cmake/third_party/aws_sdk.cmake
+++ b/src/third_party/wiredtiger/cmake/third_party/aws_sdk.cmake
@@ -40,6 +40,10 @@ elseif(IMPORT_S3_SDK_EXTERNAL)
-DBUILD_ONLY=s3-crt
-DCMAKE_INSTALL_PREFIX=${CMAKE_CURRENT_BINARY_DIR}/aws-sdk-cpp/install
-DCMAKE_POSITION_INDEPENDENT_CODE=ON
+ # ENABLE TESTING decides whether or not to build the AWS CPP SDK with the services integration tests.
+ # Alternatively you can build with testing enabled but set AUTORUN_UNIT_TESTS flag to ON/OFF to decide
+ # whether or not to run the tests. If testing is not enabled, the AUTORUN_UNIT_TESTS flag gets ignored.
+ -DENABLE_TESTING=OFF
BUILD_ALWAYS FALSE
INSTALL_DIR ${CMAKE_CURRENT_BINARY_DIR}/aws-sdk-cpp/install
BUILD_BYPRODUCTS
diff --git a/src/third_party/wiredtiger/import.data b/src/third_party/wiredtiger/import.data
index 7d4df026de1..d5636c8a1f8 100644
--- a/src/third_party/wiredtiger/import.data
+++ b/src/third_party/wiredtiger/import.data
@@ -2,5 +2,5 @@
"vendor": "wiredtiger",
"github": "wiredtiger/wiredtiger.git",
"branch": "mongodb-master",
- "commit": "714e612de553c40c8e4edba4fa00e3f7b419647e"
+ "commit": "64200147ceb744a7854f3278589b589b4a4e774f"
}