aboutsummaryrefslogtreecommitdiff
path: root/tcwg-abe-extended.yaml
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2016-10-19 22:12:08 +0200
committerChristophe Lyon <christophe.lyon@linaro.org>2016-10-19 22:12:08 +0200
commit5be244ead6c165dd5166da3f5c152bbd174e44a0 (patch)
treef4cc727bb65fac595468002183e78619c33df0f4 /tcwg-abe-extended.yaml
parent46ca076417b80f951dcb8828d306e5fab2885439 (diff)
tcwg-abe-extended: Fix git config for canadian cross builds.
Change-Id: I24c719b253f8b6c137f03c328771d37cca9d18f4
Diffstat (limited to 'tcwg-abe-extended.yaml')
-rw-r--r--tcwg-abe-extended.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/tcwg-abe-extended.yaml b/tcwg-abe-extended.yaml
index f362e28204..785b95d6e1 100644
--- a/tcwg-abe-extended.yaml
+++ b/tcwg-abe-extended.yaml
@@ -83,6 +83,11 @@
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"
${BUILD_SHELL} -x ${WORKSPACE}/jenkins.sh -t arm-linux-gnueabihf --override "--extraconfigdir ../config/gcc6 $gccver"
ret=$?
if test ${ret} -eq 0; then