Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Avoid to fill up the disks of build daemons with core files.
[simgrid.git] / buildtools / jenkins / run.sh
index 96f8afb..c95277c 100755 (executable)
@@ -12,6 +12,8 @@ die () {
   exit $status
 }
 
+ulimit -c 0
+
 rm -rf $WORKSPACE/build
 
 mkdir $WORKSPACE/build