Reenable valgrind on aarch64
This commit is contained in:
parent
9d8ea8c478
commit
2660abb9bb
@ -1,6 +1,6 @@
|
|||||||
%define glibcsrcdir glibc-2.25-548-g0a47d03
|
%define glibcsrcdir glibc-2.25-548-g0a47d03
|
||||||
%define glibcversion 2.25.90
|
%define glibcversion 2.25.90
|
||||||
%define glibcrelease 12%{?dist}
|
%define glibcrelease 13%{?dist}
|
||||||
# Pre-release tarballs are pulled in from git using a command that is
|
# Pre-release tarballs are pulled in from git using a command that is
|
||||||
# effectively:
|
# effectively:
|
||||||
#
|
#
|
||||||
@ -38,7 +38,7 @@
|
|||||||
# 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 aarch64 %{mips}
|
%ifarch s390 ppc64 ppc64p7 %{mips}
|
||||||
# There is no valgrind support for 31-bit s390, nor for MIPS.
|
# There is no valgrind support for 31-bit s390, nor for MIPS.
|
||||||
# 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
|
||||||
@ -2261,6 +2261,9 @@ rm -f *.filelist*
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 23 2017 Florian Weimer <fweimer@redhat.com> - 2.25.90-13
|
||||||
|
- Reenable valgrind on aarch64
|
||||||
|
|
||||||
* Thu Jun 22 2017 Florian Weimer <fweimer@redhat.com> - 2.25.90-12
|
* Thu Jun 22 2017 Florian Weimer <fweimer@redhat.com> - 2.25.90-12
|
||||||
- Log auxiliary vector during build
|
- Log auxiliary vector during build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user