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:
parent
cd51a24a01
commit
330fafa18c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user