aboutsummaryrefslogtreecommitdiff
path: root/tcwg-test-release-matrix.yaml
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2016-12-15 11:29:58 +0100
committerChristophe Lyon <christophe.lyon@linaro.org>2016-12-15 11:29:58 +0100
commit2ad5ce3cb9bf013eda9be005a5b4e012af51a9de (patch)
tree1a924da17d3412b1d2154f7d325d35013b09b592 /tcwg-test-release-matrix.yaml
parentf17bc182209673f2e83fa143317b2030943141bd (diff)
tcwg-test-release-matrix: Fix typo for mingw.
Change-Id: I7bf4b158bf745be2e1ead6d2f2cbbc1c85ce85fd
Diffstat (limited to 'tcwg-test-release-matrix.yaml')
-rw-r--r--tcwg-test-release-matrix.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcwg-test-release-matrix.yaml b/tcwg-test-release-matrix.yaml
index 61293315b8..395a904f12 100644
--- a/tcwg-test-release-matrix.yaml
+++ b/tcwg-test-release-matrix.yaml
@@ -112,7 +112,7 @@
# Test the mingw toolchain on 32 bit host only
case ${label} in
*i386*)
- host=i686_mingw32
+ host=i686-mingw32
${shell} ${WORKSPACE}/TestRelease.job --tarball ${tarball_url}/${target}/gcc-linaro-${gccver}.1-${suffix}-${host}_${target}.tar.xz
;;
esac