We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f371b5f commit 33b0807Copy full SHA for 33b0807
1 file changed
dockerfiles/ci/centos/7/base.Dockerfile
@@ -119,8 +119,9 @@ RUN source scl_source enable devtoolset-7; set -eux; \
119
/root/download-src.sh cmake https://github.com/Kitware/CMake/releases/download/v3.28.6/cmake-3.28.6.tar.gz; \
120
cd "${SRC_DIR}/cmake"; \
121
mkdir -v 'build' && cd 'build'; \
122
- ../bootstrap && make -j $(nproc) && make install; \
+ ../bootstrap -- -DBUILD_CursesDialog=OFF && make -j $(nproc) && make install; \
123
cd - && rm -fr build "${SRC_DIR}/cmake" \
124
+ && rm -f /usr/local/bin/cpack /usr/local/bin/ctest \
125
&& rm -rf /usr/local/share/cmake-*/Help /usr/local/share/doc/cmake* /usr/local/share/man/man1/cmake*
126
127
# Install Catch2
0 commit comments