From 8108e9dc78642d64333963832014f44680ae2205 Mon Sep 17 00:00:00 2001 From: Etienne Petrel Date: Mon, 13 Feb 2023 21:33:05 +0000 Subject: Import wiredtiger: 6c8c5c49eec2b71b05baa871eed9cf97160874b5 from branch mongodb-master ref: fa1ea9f917..6c8c5c49ee for: 7.0.0-rc0 WT-10586 Disable compile-clang task in Evergreen --- src/third_party/wiredtiger/import.data | 2 +- src/third_party/wiredtiger/test/evergreen.yml | 5 ++++- 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" -- cgit v1.2.1