summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Chen <luke.chen@mongodb.com>2022-12-19 09:01:39 +1100
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-12-18 22:47:19 +0000
commit77844f6834dede6f9728ce07da8ecb8b7a8d4f72 (patch)
treeaeea90587c58a21ce42fb579baf68e5149e3ad02
parent782c15086f3277c853b987be49e095c9ca15d17b (diff)
downloadmongo-77844f6834dede6f9728ce07da8ecb8b7a8d4f72.tar.gz
Import wiredtiger: 595315b2982ba4d0c293543c9583bb5a9c69afca from branch mongodb-master
ref: c83ae3e1e8..595315b298 for: 6.3.0-rc0 WT-10289 Exlude the cppsuite from the Ubuntu 20.02 Minimal variant
-rw-r--r--src/third_party/wiredtiger/import.data2
-rwxr-xr-xsrc/third_party/wiredtiger/test/evergreen.yml1
2 files changed, 2 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/import.data b/src/third_party/wiredtiger/import.data
index 47b835feebb..47a36bba600 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": "c83ae3e1e8d44f45831aa89ab1b9bd58e1407f86"
+ "commit": "595315b2982ba4d0c293543c9583bb5a9c69afca"
}
diff --git a/src/third_party/wiredtiger/test/evergreen.yml b/src/third_party/wiredtiger/test/evergreen.yml
index 19863acad69..ddabaa05318 100755
--- a/src/third_party/wiredtiger/test/evergreen.yml
+++ b/src/third_party/wiredtiger/test/evergreen.yml
@@ -4778,6 +4778,7 @@ buildvariants:
- ubuntu2004-test
expansions:
posix_configure_flags: -DENABLE_PYTHON=0 -DENABLE_LZ4=0 -DENABLE_SNAPPY=0 -DENABLE_ZLIB=0 -DENABLE_ZSTD=0
+ ENABLE_CPPSUITE: -DENABLE_CPPSUITE=0
CMAKE_INSTALL_PREFIX: -DCMAKE_INSTALL_PREFIX=$(pwd)/cmake_build/LOCAL_INSTALL
smp_command: -j $(grep -c ^processor /proc/cpuinfo)
make_command: ninja