aboutsummaryrefslogtreecommitdiff
path: root/linaro-art-tip-build-ARTHostTest.yaml
diff options
context:
space:
mode:
authorJulien Duraj <julien.duraj@linaro.org>2017-08-18 13:23:36 +0100
committerJulien Duraj <julien.duraj@linaro.org>2017-08-18 16:23:13 +0100
commit35b3612acc0cb2b1b2fac472a0e967ef0eb34aed (patch)
tree92939b7f3cbe8e0159c75fd21d85e5b8b44bc4d0 /linaro-art-tip-build-ARTHostTest.yaml
parentba8135169f3f1177d9179b324fead9350a0b1cb8 (diff)
ART: export LC_ALL=C.UTF-8
Both target test and host test require it. Change-Id: I8283421a857401712e1b7655360e8c5e45476152
Diffstat (limited to 'linaro-art-tip-build-ARTHostTest.yaml')
-rw-r--r--linaro-art-tip-build-ARTHostTest.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/linaro-art-tip-build-ARTHostTest.yaml b/linaro-art-tip-build-ARTHostTest.yaml
index fcec879d7d..fa6157dcac 100644
--- a/linaro-art-tip-build-ARTHostTest.yaml
+++ b/linaro-art-tip-build-ARTHostTest.yaml
@@ -96,6 +96,7 @@
#!/bin/bash -xe
# Build scripts
+ export LC_ALL=C.UTF-8
ANDROID_BUILD_DIR="${HOME}/srv/${JOB_NAME}/android"
ART_BUILD_SCRIPTS_DIR="${WORKSPACE}/art-build-scripts"
git clone https://android-git.linaro.org/git/linaro-art/art-build-scripts.git ${ART_BUILD_SCRIPTS_DIR}