From 330fafa18c54a6eaf837ce34a1a86ea7b9525f72 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Wed, 27 Mar 2024 20:16:55 +0200 Subject: [PATCH] Disable tests on riscv64 [..] ******************** Failed Tests (1): Clang-Unit :: Interpreter/ExceptionTests/./ClangReplInterpreterExceptionTests/0/1 Testing Time: 401.23s Total Discovered Tests: 36844 Skipped : 37 (0.10%) Unsupported : 166 (0.45%) Passed : 36611 (99.37%) Expectedly Failed: 29 (0.08%) Failed : 1 (0.00%) FAILED: CMakeFiles/check-all /builddir/build/BUILD/clang-17.0.6.src/redhat-linux-build/CMakeFiles/check-all [..] Signed-off-by: David Abdurachmanov --- clang17.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/clang17.spec b/clang17.spec index c070902..a7c106d 100644 --- a/clang17.spec +++ b/clang17.spec @@ -11,7 +11,11 @@ %undefine _include_frame_pointers %bcond_without compat_build +%ifnarch riscv64 %bcond_without check +%else +%bcond_with check +%endif %global maj_ver 17 %global min_ver 0