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:
@@ -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) \
|
||||
|
Reference in New Issue
Block a user