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:
parent
0b4deeff51
commit
6b002d36f3
@ -3,7 +3,6 @@ Version: 5.5.0
|
|||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Python 3 implementation with a Just-In-Time compiler
|
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
|
# 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
|
# 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
|
# 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/
|
URL: http://pypy.org/
|
||||||
|
|
||||||
# Not available yet
|
# Not available yet
|
||||||
ExcludeArch: aarch64 s390 s390x
|
ExcludeArch: aarch64 armv7hl s390 s390x
|
||||||
|
|
||||||
# High-level configuration of the build:
|
# High-level configuration of the build:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user