jjb: binutils-gdb: clean up cores in /tmp
authorSimon Marchi <simon.marchi@efficios.com>
Tue, 25 Apr 2023 18:36:09 +0000 (14:36 -0400)
committerMichael Jeanson <mjeanson@efficios.com>
Tue, 25 Apr 2023 20:12:03 +0000 (16:12 -0400)
Change-Id: Ie47cbbba30af58f3bac7c10e6a8a12439085495a

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.02467 seconds and 4 git commands to generate.