From: Martin Quinson Date: Sun, 14 May 2017 09:25:07 +0000 (+0200) Subject: Revert "jenkins: modern python mandate UTF8 locales" X-Git-Tag: v3.16~274^2~26 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/a359f082a8d47f6ef7b1abd58eea944801ffb21e 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. --- 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*