mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-21 18:09:20 +00:00
Reduce number of threads to build installers from 4 to 2 - otherwise disk space is eaten too quickly for autocleanup
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@109217 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
<target name="build-all">
|
<target name="build-all">
|
||||||
<!-- Build installers in parallel -->
|
<!-- Build installers in parallel -->
|
||||||
<parallel threadCount="4" failonany="true">
|
<parallel threadCount="2" failonany="true">
|
||||||
<antcall target="build-win32-installer" unless:set="skipWinInstaller" />
|
<antcall target="build-win32-installer" unless:set="skipWinInstaller" />
|
||||||
<antcall target="build-win64-installer" unless:set="skipWinInstaller" />
|
<antcall target="build-win64-installer" unless:set="skipWinInstaller" />
|
||||||
<antcall target="build-linux-installer" unless:set="skipLinInstaller" />
|
<antcall target="build-linux-installer" unless:set="skipLinInstaller" />
|
||||||
|
Reference in New Issue
Block a user