1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-14 02:08:27 +08:00

Release/linux: remove explicit LANG setting

It shouldn't be needed anymore now that the Sphinx scripts are reading
UTF-8 content explicitly.
This commit is contained in:
Ben Boeckel
2020-06-03 11:44:24 -04:00
parent c540fcaa6b
commit 45f2786ff7

View File

@@ -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) \