From 817c77d554b6dd380fd335a29c43dce88ba052a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Thu, 3 Nov 2016 18:42:18 -0400 Subject: [PATCH] Also exclude ppc64* The tests are failing (looks like pypy wasn't tested on ppc64 at all), and I cannot solve this without access to the hardware. --- pypy3.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pypy3.spec b/pypy3.spec index d826142..0c266d0 100644 --- a/pypy3.spec +++ b/pypy3.spec @@ -12,7 +12,7 @@ License: MIT and Python and UCD URL: http://pypy.org/ # Not available yet -ExcludeArch: aarch64 s390 s390x +ExcludeArch: aarch64 s390 s390x ppc64le ppc64 # High-level configuration of the build: