summaryrefslogtreecommitdiffstats
path: root/Utilities/Release
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2020-06-03 15:44:24 (GMT)
committerBen Boeckel <ben.boeckel@kitware.com>2020-06-03 15:51:21 (GMT)
commit45f2786ff76f3505c33b99e6b36b8ad1dab5d8f0 (patch)
treeb4dfe7764fc1dd1817cfb4b8b1eec35f846e63ba /Utilities/Release
parentc540fcaa6bef597aa12f7f2479692eab6bf81d86 (diff)
downloadCMake-45f2786ff76f3505c33b99e6b36b8ad1dab5d8f0.zip
CMake-45f2786ff76f3505c33b99e6b36b8ad1dab5d8f0.tar.gz
CMake-45f2786ff76f3505c33b99e6b36b8ad1dab5d8f0.tar.bz2
Release/linux: remove explicit LANG setting
It shouldn't be needed anymore now that the Sphinx scripts are reading UTF-8 content explicitly.
Diffstat (limited to 'Utilities/Release')
-rw-r--r--Utilities/Release/linux/x86_64/Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Utilities/Release/linux/x86_64/Dockerfile b/Utilities/Release/linux/x86_64/Dockerfile
index 41391d2..539954a 100644
--- a/Utilities/Release/linux/x86_64/Dockerfile
+++ b/Utilities/Release/linux/x86_64/Dockerfile
@@ -20,7 +20,6 @@ RUN : \
&& cp ../cmake/Utilities/Release/linux/x86_64/cache.txt CMakeCache.txt \
&& source /opt/rh/devtoolset-6/enable \
&& source /opt/rh/rh-python36/enable \
- && export LANG=en_US.UTF-8 \
&& set -x \
&& ../cmake/bootstrap --parallel=$(nproc) --docdir=doc/cmake \
&& nice make -j $(nproc) \