jjb: binutils-gdb: clean up cores in /tmp
[lttng-ci.git] / scripts / binutils-gdb / build.sh
index 765888c2fc08f1748de3cb0421c865f858bc2645..eebe0f8b2fb5feae140a72b0bf0d752c8a7f53b1 100755 (executable)
@@ -207,6 +207,10 @@ if use_ccache; then
        ccache -c
 fi
 
+# This job has been seen generating cores in /tmp, filling and and causing
+# problems.  Remove any leftover core from a previous job.
+rm /tmp/core.* || true
+
 # Enter the source directory
 cd "$SRCDIR"
 
This page took 0.022396 seconds and 4 git commands to generate.