From: Louis Dionne Date: Wed, 25 Sep 2024 16:40:14 +0000 (-0400) Subject: [libc++] Disable the clang-tidy checks to get CI back (#109989) X-Git-Tag: upstream/19.1.4~85 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8a25c601eb64bcdb7c6c74bee52655468dfdd91b;p=platform%2Fupstream%2Fllvm.git [libc++] Disable the clang-tidy checks to get CI back (#109989) The CI has been a complete mess for the past week, and the only thing preventing it from being back is the Clang tidy checks. Disable them (as a total hack) to get CI back. (cherry picked from commit 78c6506543dee13c9335edc5c85bc73c4853fbd7) --- diff --git a/libcxx/test/tools/clang_tidy_checks/CMakeLists.txt b/libcxx/test/tools/clang_tidy_checks/CMakeLists.txt index f0289dc44c66..125b2184a49e 100644 --- a/libcxx/test/tools/clang_tidy_checks/CMakeLists.txt +++ b/libcxx/test/tools/clang_tidy_checks/CMakeLists.txt @@ -1,3 +1,5 @@ +# TODO: Re-enable the tests once the CI is back under control +return() # The find_package changes these variables. This leaves the build in an odd # state. Calling cmake a second time tries to write site config information in