From a359f082a8d47f6ef7b1abd58eea944801ffb21e Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Sun, 14 May 2017 11:25:07 +0200 Subject: [PATCH] Revert "jenkins: modern python mandate UTF8 locales" This reverts commit f91d1310084c2b2be3070f64297a48a3a9adcd9a. Rational: It breaks badly on older systems that don't have UTF8 compiled in. --- tools/jenkins/build.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tools/jenkins/build.sh b/tools/jenkins/build.sh index 3ceb6d8612..1421468644 100755 --- a/tools/jenkins/build.sh +++ b/tools/jenkins/build.sh @@ -7,9 +7,8 @@ set -e -# Ensure that the locales are set, so that Perl keeps its nerves. -# Not forgeting UTF to not drive Python crazy. -export LC_ALL=C.UTF-8 +# ensure that the locales are set, so that perl keeps its nerves +export LC_ALL=C echo "XXXX Cleanup previous attempts. Remaining content of /tmp:" rm -rf /tmp/simgrid-java* -- 2.20.1