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
parent 15a050eb4b
commit ec5f432a6e
1 changed files with 0 additions and 8 deletions

View File

@ -996,14 +996,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