Avoid running out of heap on s390x during test suite execution
This commit is contained in:
parent
d8e2d885f0
commit
fb0fff8115
1 changed files with 3 additions and 0 deletions
|
|
@ -32,6 +32,9 @@ sed -i 's/\r//' RELEASE-NOTES*.txt LICENSE.txt NOTICE.txt
|
|||
%mvn_alias : commons-codec:commons-codec
|
||||
|
||||
%build
|
||||
# Avoid running out of heap on s390x during test suite execution
|
||||
export MAVEN_OPTS="-Xmx1024m"
|
||||
|
||||
%mvn_build -- -Dcommons.osgi.symbolicName=org.apache.commons.codec
|
||||
|
||||
%install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue