aboutsummaryrefslogtreecommitdiff
path: root/tcwg-binutils.yaml
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2015-11-05 18:46:36 +0100
committerChristophe Lyon <christophe.lyon@linaro.org>2015-11-05 18:46:36 +0100
commite48fc7b19cef122ad19a043467abaa3491863904 (patch)
treed4862139268dc140449583a60195666dcc32bb7e /tcwg-binutils.yaml
parent59bc6314d91bef342cea22a32a4ea59486b3bb9b (diff)
tcwg-binutils: Do not wipe workspace, but remove build dir before starting.
Change-Id: Iec1b9f4e5ac39c2da1e5e751111c1ff5416ae050
Diffstat (limited to 'tcwg-binutils.yaml')
-rw-r--r--tcwg-binutils.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/tcwg-binutils.yaml b/tcwg-binutils.yaml
index 3f8b1eb572..597de28d1b 100644
--- a/tcwg-binutils.yaml
+++ b/tcwg-binutils.yaml
@@ -31,7 +31,7 @@
- ${binutils_rev}
skip-tag: true
shallow-clone: false
- wipe-workspace: true
+ wipe-workspace: false
axes:
- axis:
type: slave
@@ -91,6 +91,7 @@
# Workaround by retrying.
trap "schroot -f -e -c session:$session_id || sleep 60 || schroot -f -e -c session:$session_id" 0 1 2 3 5 9 13 15
+ rm -rf build-$target || true
mkdir -p build-$target
cd build-$target
${BUILD_SHELL} -c "../configure --enable-lto --enable-plugins --prefix=`pwd`/install --target $target ${bfd}"