From 6b002d36f3cb6a967ccf98fb1e66330fdd7dda09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 8 Nov 2016 15:32:20 -0500 Subject: [PATCH] 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. --- pypy3.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pypy3.spec b/pypy3.spec index d6bb1dd..0245be9 100644 --- a/pypy3.spec +++ b/pypy3.spec @@ -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: