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:
parent
15a050eb4b
commit
ec5f432a6e
@ -996,14 +996,6 @@ done
|
|||||||
# Running the upstream test suite
|
# 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)
|
topdir=$(pwd)
|
||||||
CheckPython() {
|
CheckPython() {
|
||||||
ConfName=$1
|
ConfName=$1
|
||||||
|
Loading…
Reference in New Issue
Block a user