Do not ignore tests failures on riscv64
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
parent
fe762d8d53
commit
4c7ab54e63
@ -316,11 +316,7 @@ install -Dm0644 %{SOURCE1} %{buildroot}%{_sysusersdir}/elfutils-debuginfod.conf
|
||||
# Record some build root versions in build.log
|
||||
uname -r; rpm -q binutils gcc glibc || true
|
||||
|
||||
%ifnarch riscv64
|
||||
%make_build check || (cat tests/test-suite.log; false)
|
||||
%else
|
||||
%make_build check || (cat tests/test-suite.log; true)
|
||||
%endif
|
||||
|
||||
# Only the latest Fedora and EPEL have these scriptlets,
|
||||
# older Fedora and plain RHEL don't.
|
||||
|
Loading…
x
Reference in New Issue
Block a user