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
3dcb34959e
commit
0b33e0cf27
@ -1050,14 +1050,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