X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/76c3342d49000e0eb23e54e91818853b99ac69af..f50afc03bed61a42cd816ce73fa48aedd1331fcc:/tools/jenkins/build.sh diff --git a/tools/jenkins/build.sh b/tools/jenkins/build.sh index d7c4ec64f9..9c8fc76470 100755 --- a/tools/jenkins/build.sh +++ b/tools/jenkins/build.sh @@ -10,6 +10,7 @@ export LC_ALL=C echo "XXXX Cleanup previous attempts. Remaining content of /tmp:" rm -f /tmp/cc* +rm -f /tmp/simgrid-mc-* rm -f /tmp/*.so rm -f /tmp/*.so.* ls /tmp @@ -208,7 +209,6 @@ cmake -G"$GENERATOR" ${INSTALL:+-DCMAKE_INSTALL_PREFIX=$INSTALL} \ -DLTO_EXTRA_FLAG="auto" \ -DCMAKE_CXX_COMPILER_LAUNCHER=ccache \ "$SRCFOLDER" -set +x make -j $NUMBER_OF_PROCESSORS VERBOSE=1 tests