aboutsummaryrefslogtreecommitdiff
path: root/tcwg-abe-extended.yaml
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2016-10-24 23:00:05 +0200
committerChristophe Lyon <christophe.lyon@linaro.org>2016-10-24 23:00:16 +0200
commit9bf432f6c63f2d0814072ab9e939ed6c7e9d6f71 (patch)
tree7aaf2fec06d13cb85af2205c39bd44d21cb07886 /tcwg-abe-extended.yaml
parentba64db016c5a2d3cbad76e46750cc531039c1b0c (diff)
Revert "tcwg-abe-extended: Disable src update for the 2nd build."
This does not work yet: the 2nd build need to fetch/extract expat and python, which is not possible with --disable update. This reverts commit 64159c806c36ecc7b0f40baf62aed1f696783952. Change-Id: Ifee6707bf53d93798bf12cef473acb43be5bcc46
Diffstat (limited to 'tcwg-abe-extended.yaml')
-rw-r--r--tcwg-abe-extended.yaml7
1 files changed, 6 insertions, 1 deletions
diff --git a/tcwg-abe-extended.yaml b/tcwg-abe-extended.yaml
index 0e422383f8..04e0b26547 100644
--- a/tcwg-abe-extended.yaml
+++ b/tcwg-abe-extended.yaml
@@ -90,6 +90,11 @@
gccver=gcc=gcc.git~linaro-6.1-2016.08
case "$testname" in
canadian_cross_build)
+ # Configure git user info to make git stash happy. It
+ # is used during the second build, because the sources
+ # are already present.
+ git config --global user.email "tcwg-buildslave@linaro.org"
+ git config --global user.name "TCWG BuildSlave"
mkdir _build
cd _build
target=arm-linux-gnueabihf
@@ -105,7 +110,7 @@
echo "First build error: ${ret}"
exit $ret
fi
- ${BUILD_SHELL} ${WORKSPACE}/abe.sh --target ${target} --extraconfigdir ../config/gcc6 --build all $gccver --host i686-w64-mingw32 --disable update
+ ${BUILD_SHELL} ${WORKSPACE}/abe.sh --target ${target} --extraconfigdir ../config/gcc6 --build all $gccver --host i686-w64-mingw32
ret=$?
if test ${ret} -ne 0; then
echo "Second build error: ${ret}"