Related: #1273103

- Disable valgrind test for ppc64p7, too.
This commit is contained in:
Florian Weimer 2015-10-28 16:52:56 +01:00
parent d387855c49
commit 0647659134
1 changed files with 6 additions and 3 deletions

View File

@ -1,6 +1,6 @@
%define glibcsrcdir glibc-2.22-448-g95b0977
%define glibcversion 2.22.90
%define glibcrelease 10%{?dist}
%define glibcrelease 11%{?dist}
# Pre-release tarballs are pulled in from git using a command that is
# effectively:
#
@ -37,9 +37,9 @@
# Run a valgrind smoke test to ensure that the release is compatible and
# doesn't any new feature that might cause valgrind to abort.
%if %{with valgrind}
%ifarch s390 ppc64
%ifarch s390 ppc64 ppc64p7
# There is no valgrind support for 31-bit s390.
# The valgrind test does not work on ppc64 (bug 1273103).
# The valgrind test does not work on ppc64, ppc64p7 (bug 1273103).
%undefine with_valgrind
%endif
%endif
@ -1852,6 +1852,9 @@ rm -f *.filelist*
%endif
%changelog
* Wed Oct 28 2015 Florian Weimer <fweimer@redhat.com> - 2.22.90-11
- Disable valgrind test on ppc64p7, too.
* Mon Oct 26 2015 Carlos O'Donell <carlos@redhat.com> - 2.22.90-10
- Disable valgrind test for ppc64.