Remove a ppc64 segfault workaround which provided a larger stack for that arch, as it doesn't seem to affect the build anymore.

This commit is contained in:
Charalampos Stratakis 2017-12-04 17:53:50 +01:00 committed by Iryna Shcherbina
parent 3dcb34959e
commit 0b33e0cf27
1 changed files with 0 additions and 8 deletions

View File

@ -1050,14 +1050,6 @@ done
# Running the upstream test suite
# ======================================================
# For ppc64 we need a larger stack than default
# See https://bugzilla.redhat.com/show_bug.cgi?id=1292462
%ifarch %{power64}
ulimit -a
ulimit -s 16384
%endif
topdir=$(pwd)
CheckPython() {
ConfName=$1