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 <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2024-03-27 20:16:55 +02:00
parent cd51a24a01
commit 330fafa18c
Signed by: davidlt
GPG Key ID: 7A5F42FAF91FACC3
1 changed files with 4 additions and 0 deletions

View File

@ -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