summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Chen <luke.chen@mongodb.com>2023-02-01 15:45:54 +1100
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-02-01 08:31:46 +0000
commitdebae0f626ebcb8cf142057441e63e15ea0ab4c9 (patch)
treec7c1dbe08a103c142ee1e743499a3505b0fcaa89
parent7dd049bdda7fb8251ab6b21c2b42a810e8b17937 (diff)
downloadmongo-debae0f626ebcb8cf142057441e63e15ea0ab4c9.tar.gz
Import wiredtiger: 4d08414fdb3ed3d7d16169b803b29524313eb9f6 from branch mongodb-6.0
ref: 7762ac8f08..4d08414fdb for: 6.0.5 WT-10506 Introduce stable toolchain cmake files that point to the latest
-rw-r--r--src/third_party/wiredtiger/cmake/toolchains/mongodbtoolchain_stable_clang.cmake1
-rw-r--r--src/third_party/wiredtiger/cmake/toolchains/mongodbtoolchain_stable_gcc.cmake1
-rw-r--r--src/third_party/wiredtiger/import.data2
3 files changed, 3 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/cmake/toolchains/mongodbtoolchain_stable_clang.cmake b/src/third_party/wiredtiger/cmake/toolchains/mongodbtoolchain_stable_clang.cmake
new file mode 100644
index 00000000000..6127e105a06
--- /dev/null
+++ b/src/third_party/wiredtiger/cmake/toolchains/mongodbtoolchain_stable_clang.cmake
@@ -0,0 +1 @@
+include("${CMAKE_CURRENT_LIST_DIR}/mongodbtoolchain_v4_clang.cmake")
diff --git a/src/third_party/wiredtiger/cmake/toolchains/mongodbtoolchain_stable_gcc.cmake b/src/third_party/wiredtiger/cmake/toolchains/mongodbtoolchain_stable_gcc.cmake
new file mode 100644
index 00000000000..49e0d397bc9
--- /dev/null
+++ b/src/third_party/wiredtiger/cmake/toolchains/mongodbtoolchain_stable_gcc.cmake
@@ -0,0 +1 @@
+include("${CMAKE_CURRENT_LIST_DIR}/mongodbtoolchain_v4_gcc.cmake")
diff --git a/src/third_party/wiredtiger/import.data b/src/third_party/wiredtiger/import.data
index e087cddf076..6d79a16c6d1 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-6.0",
- "commit": "7762ac8f08262d1b032a17372b3099bd0c49b9d3"
+ "commit": "4d08414fdb3ed3d7d16169b803b29524313eb9f6"
}