Skip to content

Commit 44c9003

Browse files
committed
[llvm] Disable tests due to missing llvm-gtest
1 parent 67a979e commit 44c9003

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rpm/clang.spec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,8 @@ pushd build
173173
-DSPHINX_WARNINGS_AS_ERRORS=OFF \
174174
-DBUILD_SHARED_LIBS=OFF \
175175
-DCLANG_BUILD_EXAMPLES:BOOL=OFF \
176-
-DCLANG_DEFAULT_UNWINDLIB=libgcc
176+
-DCLANG_DEFAULT_UNWINDLIB=libgcc \
177+
-DLLVM_INCLUDE_TESTS=OFF
177178

178179
%ninja_build
179180
popd

0 commit comments

Comments
 (0)