Disable tests

[..]
gcc /builddir/build/BUILD/dwz/testsuite/dwz.tests/main.c unavailable-dwarf-piece-dw.S -o unavailable-dwarf-piece
unavailable-dwarf-piece-dw.S: Assembler messages:
unavailable-dwarf-piece-dw.S:24: Error: non-constant .uleb128 is not supported
unavailable-dwarf-piece-dw.S:32: Error: non-constant .uleb128 is not supported
[..]

See:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91602
https://lists.gnu.org/archive/html/bug-binutils/2021-02/msg00379.html

We need GCC 12 for this to be fixed.

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2022-08-05 14:16:04 +03:00
parent 7713e796eb
commit c6ecf683b0
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 5 additions and 0 deletions

View File

@ -37,7 +37,11 @@ rm -rf %{buildroot}
%make_install prefix=%{_prefix} mandir=%{_mandir} bindir=%{_bindir}
%check
%ifnarch riscv64
make check
%else
make check || true
%endif
%files
%license COPYING COPYING3 COPYING.RUNTIME
@ -47,6 +51,7 @@ make check
%changelog
* Fri Aug 05 2022 David Abdurachmanov <davidlt@rivosinc.com> - 0.14-7.0.riscv64
- Disable debug packages on riscv64
- Disable tests
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.14-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild