aboutsummaryrefslogtreecommitdiff
path: root/tcwg-buildfarm.yaml
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2017-09-18 14:38:24 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2017-09-18 14:38:24 +0000
commit3860cc085013dd36279a8b9f444aafb93c4d4c63 (patch)
treecf8d20c123e3c4038189e14981056be97808ed5d /tcwg-buildfarm.yaml
parent372c2f8e178f8212e00f1407f70846b711c503e8 (diff)
tcwg-buildfarm: Workaround interference from --override option for ILP32.
The order of --extraconfigdir options is important to ABE, since it is processing them (and applying config changes) in order on the command line. Since TCWG jenkins jobs pass "--extraconfigdir ../config/gccN" in --override option, we need to position "$target_opt" after --override option to get "--extraconfigdir ../config/gccN --extraconfigdir ../config/ilp32-dev" instead of the other way around. Change-Id: I7d0db29e84671cc86a8917397c8b8045b946d706
Diffstat (limited to 'tcwg-buildfarm.yaml')
-rw-r--r--tcwg-buildfarm.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcwg-buildfarm.yaml b/tcwg-buildfarm.yaml
index a716a610..2cbdc0d6 100644
--- a/tcwg-buildfarm.yaml
+++ b/tcwg-buildfarm.yaml
@@ -237,7 +237,7 @@
result="0"
- ${build_CONTAINER_RSH} "cd ${WORKSPACE} && bash -x ${WORKSPACE}/jenkins-scripts/jenkins.sh --workspace ${WORKSPACE} --abedir ${WORKSPACE} $target_opt --override \"$override\" --languages ${languages} $bootstrap $runtests_opt $excludecheck_opt ${extraconfig_opt} --logserver $log_server $logname_opt $norebuild" || result=$?
+ ${build_CONTAINER_RSH} "cd ${WORKSPACE} && bash -x ${WORKSPACE}/jenkins-scripts/jenkins.sh --workspace ${WORKSPACE} --abedir ${WORKSPACE} --override \"$override\" $target_opt --languages ${languages} $bootstrap $runtests_opt $excludecheck_opt ${extraconfig_opt} --logserver $log_server $logname_opt $norebuild" || result=$?
# If the build failed, stop the containers, which will
# leave them as-is for ~10 days.