Also exclude armv7hl

Build generates a lot of warnings and errors, and fails despite having
4GB RAM + 4GB swap available. The error is
	/usr/bin/ld: failed to set dynamic section sizes: Memory exhausted
	collect2: error: ld returned 1 exit status
but this might be caused by the earlier errors.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2016-11-08 15:32:20 -05:00
parent 0b4deeff51
commit 6b002d36f3
1 changed files with 1 additions and 2 deletions

View File

@ -3,7 +3,6 @@ Version: 5.5.0
Release: 1%{?dist}
Summary: Python 3 implementation with a Just-In-Time compiler
Group: Development/Languages
# LGPL and another free license we'd need to ask spot about are present in some
# java jars that we're not building with atm (in fact, we're deleting them
# before building). If we restore those we'll have to work out the new
@ -12,7 +11,7 @@ License: MIT and Python and UCD
URL: http://pypy.org/
# Not available yet
ExcludeArch: aarch64 s390 s390x
ExcludeArch: aarch64 armv7hl s390 s390x
# High-level configuration of the build: