Accepting request 213739 from openSUSE:Factory:PowerLE

- increase stack size for ppc64le

OBS-URL: https://build.opensuse.org/request/show/213739
OBS-URL: https://build.opensuse.org/package/show/Java:packages/jtidy?expand=0&rev=9
This commit is contained in:
Michal Vyskocil 2014-01-15 13:31:47 +00:00 committed by Git OBS Bridge
parent 1c8dcdf485
commit 1dd79adf7d
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Dec 5 19:41:32 UTC 2013 - dvaleev@suse.com
- increase stack size for ppc64le
-------------------------------------------------------------------
Mon Sep 9 11:06:07 UTC 2013 - tchvatal@suse.com

View File

@ -93,7 +93,7 @@ sed -i 's/charset="ISO-8859-1"/charset="UTF-8"/' maven-build.xml
%build
export MAVEN_REPO_LOCAL=$(pwd)/.m2/repository
mkdir -p $MAVEN_REPO_LOCAL
if [ `uname -m` = "ppc64" ];then
if [ `uname -m` = "ppc64" -o `uname -m` = "ppc64le" ];then
export ANT_OPTS="-Xss2m"
else
export ANT_OPTS="-Xss1m"