From 1e30f555cf0d557d820db94961e0cbe87119ca79 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Fri, 15 Feb 2019 14:55:26 +0100 Subject: [PATCH] Reenable test_buffer on ppc64le The test failed because of a GCC bug which has been fixed in GCC master branch and Rawhide uses GCC 9 (master branch): * https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88892 * https://bugzilla.redhat.com/show_bug.cgi?id=1540995 --- python3.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/python3.spec b/python3.spec index 99ae31d..2ee2188 100644 --- a/python3.spec +++ b/python3.spec @@ -1023,9 +1023,6 @@ CheckPython() { %ifarch %{mips64} -x test_ctypes \ %endif - %ifarch ppc64le - -x test_buffer \ - %endif echo FINISHED: CHECKING OF PYTHON FOR CONFIGURATION: $ConfName