riscv64: Disable valgrind smoke test on this architecture.
This commit is contained in:
parent
16398fcbfd
commit
ee109af432
@ -38,8 +38,8 @@
|
|||||||
# Run a valgrind smoke test to ensure that the release is compatible and
|
# Run a valgrind smoke test to ensure that the release is compatible and
|
||||||
# doesn't any new feature that might cause valgrind to abort.
|
# doesn't any new feature that might cause valgrind to abort.
|
||||||
%if %{with valgrind}
|
%if %{with valgrind}
|
||||||
%ifarch s390 ppc64 ppc64p7 %{mips}
|
%ifarch s390 ppc64 ppc64p7 %{mips} riscv64
|
||||||
# There is no valgrind support for 31-bit s390, nor for MIPS.
|
# There is no valgrind support for 31-bit s390, nor for MIPS, nor RISC-V.
|
||||||
# The valgrind test does not work on ppc64, ppc64p7 (bug 1273103).
|
# The valgrind test does not work on ppc64, ppc64p7 (bug 1273103).
|
||||||
%undefine with_valgrind
|
%undefine with_valgrind
|
||||||
%endif
|
%endif
|
||||||
@ -2002,6 +2002,7 @@ fi
|
|||||||
%changelog
|
%changelog
|
||||||
* Mon Feb 19 2018 Richard W.M. Jones <rjones@redhat.com> - 2.27-4
|
* Mon Feb 19 2018 Richard W.M. Jones <rjones@redhat.com> - 2.27-4
|
||||||
- riscv64: Add symlink from /usr/lib64/lp64d -> /usr/lib64 for ABI compat.
|
- riscv64: Add symlink from /usr/lib64/lp64d -> /usr/lib64 for ABI compat.
|
||||||
|
- riscv64: Disable valgrind smoke test on this architecture.
|
||||||
|
|
||||||
* Wed Feb 14 2018 Florian Weimer <fweimer@redhat.com> - 2.27-3
|
* Wed Feb 14 2018 Florian Weimer <fweimer@redhat.com> - 2.27-3
|
||||||
- Spec file cleanups:
|
- Spec file cleanups:
|
||||||
|
Loading…
Reference in New Issue
Block a user