summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/evergreen
diff options
context:
space:
mode:
authorLuke Chen <luke.chen@mongodb.com>2022-07-25 11:50:33 +1000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-07-25 02:21:01 +0000
commit166dba5e00fa675ce9781166930d05e831f21b03 (patch)
tree82695247aa60faf906bed81164cdfcf5032ae8fc /src/third_party/wiredtiger/test/evergreen
parentbf0c5004f79e7c84d4d9d56708cc1e526097d4f0 (diff)
downloadmongo-166dba5e00fa675ce9781166930d05e831f21b03.tar.gz
Import wiredtiger: 39ca6ebcfe8f57b746a6ac2ebd736c9ed5088500 from branch mongodb-master
ref: 929842a097..39ca6ebcfe for: 6.1.0-rc0 WT-9610 Unable to set HAVE_BUILTIN_EXTENSION_ZSTD: Failed to find zstd library (#8133)
Diffstat (limited to 'src/third_party/wiredtiger/test/evergreen')
-rwxr-xr-xsrc/third_party/wiredtiger/test/evergreen/compatibility_test_for_releases.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/third_party/wiredtiger/test/evergreen/compatibility_test_for_releases.sh b/src/third_party/wiredtiger/test/evergreen/compatibility_test_for_releases.sh
index 50446198e26..6c1b5548469 100755
--- a/src/third_party/wiredtiger/test/evergreen/compatibility_test_for_releases.sh
+++ b/src/third_party/wiredtiger/test/evergreen/compatibility_test_for_releases.sh
@@ -83,6 +83,9 @@ build_branch()
. ./test/evergreen/find_cmake.sh
config=""
config+="-DENABLE_SNAPPY=1 "
+ # Need to disable configs since WT-9455 enabled additional items by default.
+ # Old releases didn't have these enabled, need to make it consistent.
+ config+="-DENABLE_LZ4=0 -DENABLE_ZLIB=0 -DENABLE_ZSTD=0 "
config+="-DWT_STANDALONE_BUILD=0 "
(mkdir -p build && cd build &&
$CMAKE $config ../. && make -j $(grep -c ^processor /proc/cpuinfo)) > /dev/null