summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEtienne Petrel <etienne.petrel@mongodb.com>2023-02-13 21:33:05 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-02-14 03:28:52 +0000
commit8108e9dc78642d64333963832014f44680ae2205 (patch)
treebab1f8d262be71324e61ee3c0f26e01730036ed4
parent19453179bf75314b511368a978f41c7626cc4e6c (diff)
downloadmongo-8108e9dc78642d64333963832014f44680ae2205.tar.gz
Import wiredtiger: 6c8c5c49eec2b71b05baa871eed9cf97160874b5 from branch mongodb-master
ref: fa1ea9f917..6c8c5c49ee for: 7.0.0-rc0 WT-10586 Disable compile-clang task in Evergreen
-rw-r--r--src/third_party/wiredtiger/import.data2
-rwxr-xr-xsrc/third_party/wiredtiger/test/evergreen.yml5
2 files changed, 5 insertions, 2 deletions
diff --git a/src/third_party/wiredtiger/import.data b/src/third_party/wiredtiger/import.data
index 58447dce7ce..a1a175e4512 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": "fa1ea9f917c56947c5ca22185285d29f713e6401"
+ "commit": "6c8c5c49eec2b71b05baa871eed9cf97160874b5"
}
diff --git a/src/third_party/wiredtiger/test/evergreen.yml b/src/third_party/wiredtiger/test/evergreen.yml
index 1d360bfdd6e..8abe653f629 100755
--- a/src/third_party/wiredtiger/test/evergreen.yml
+++ b/src/third_party/wiredtiger/test/evergreen.yml
@@ -1000,7 +1000,10 @@ tasks:
DGNU_CXX_VERSION: -DDGNU_CXX_VERSION=9
- name: compile-clang
- tags: ["pull_request", "pull_request_compilers"]
+ # FIXME: WT-10595
+ # The task is disabled as a package is missed on the ubuntu2004-wt-large distro.
+ # We can re-enable the task once the missing package is added.
+ # tags: ["pull_request", "pull_request_compilers"]
commands:
- func: "get project"
- func: "compile wiredtiger"