Skip to content

Commit 61051cf

Browse files
committed
[CIR] Workaround issue with clang-tidy unit tests
Disable them for good until we have a solution, this affecting GitHub CI jobs and might get fixed once we rebase next. To reproduce the original issue: on a Linux machine run `ninja check-clang-tools`. #1836
1 parent 7b09714 commit 61051cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang-tools-extra/unittests/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ add_subdirectory(clang-doc)
1111
add_subdirectory(clang-include-fixer)
1212
add_subdirectory(clang-move)
1313
add_subdirectory(clang-query)
14-
add_subdirectory(clang-tidy)
14+
# Workaround https://github.com/llvm/clangir/issues/1836
15+
# add_subdirectory(clang-tidy)

0 commit comments

Comments
 (0)