aboutsummaryrefslogtreecommitdiff
path: root/tcwg-abe-extended.yaml
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2016-10-24 16:41:34 +0200
committerChristophe Lyon <christophe.lyon@linaro.org>2016-10-24 16:41:34 +0200
commit64159c806c36ecc7b0f40baf62aed1f696783952 (patch)
treeba9435b243241a67cf885e86d2015f9e0459064a /tcwg-abe-extended.yaml
parentbe9882aeeb1da19b32960517e9ed26cdaa574127 (diff)
tcwg-abe-extended: Disable src update for the 2nd build.
In canadian cross, which should remove the need to configure git user/email. Change-Id: I2a9ce47cfffa94f3c701f3fd0b4f9f4e8b6df3ea
Diffstat (limited to 'tcwg-abe-extended.yaml')
-rw-r--r--tcwg-abe-extended.yaml7
1 files changed, 1 insertions, 6 deletions
diff --git a/tcwg-abe-extended.yaml b/tcwg-abe-extended.yaml
index a921184edb..718debf7ab 100644
--- a/tcwg-abe-extended.yaml
+++ b/tcwg-abe-extended.yaml
@@ -85,11 +85,6 @@
gccver=gcc=gcc.git~linaro-6.1-2016.08
case "$test" 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 +100,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
+ ${BUILD_SHELL} ${WORKSPACE}/abe.sh --target ${target} --extraconfigdir ../config/gcc6 --build all $gccver --host i686-w64-mingw32 --disable update
ret=$?
if test ${ret} -ne 0; then
echo "Second build error: ${ret}"