This is an automated email from the ASF dual-hosted git repository.

aharui pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git


The following commit(s) were added to refs/heads/develop by this push:
     new 2ccea71  try to fix bloated builds
2ccea71 is described below

commit 2ccea719a2adf669bd5326399c3f1bbce0f17d2a
Author: Alex Harui <aha...@apache.org>
AuthorDate: Fri Nov 9 12:14:08 2018 -0800

    try to fix bloated builds
---
 jenkins.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/jenkins.xml b/jenkins.xml
index 91e83de..20adafb 100644
--- a/jenkins.xml
+++ b/jenkins.xml
@@ -66,6 +66,11 @@
         <delete dir="${jflex.root}" />
 
         <delete dir="${closure.root}" />
+        
+        <delete dir="${basedir}" failonerror="false">
+            <include name="**/hs_err*"/>
+            <include name="**/replay_pid*"/>
+        </delete>
      </target>
     
     <target name="check-env" >

Reply via email to