Skip to content

Commit 33b0807

Browse files
committed
ci: drop ccmake, cpack, ctest
1 parent f371b5f commit 33b0807

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

dockerfiles/ci/centos/7/base.Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,9 @@ RUN source scl_source enable devtoolset-7; set -eux; \
119119
/root/download-src.sh cmake https://github.com/Kitware/CMake/releases/download/v3.28.6/cmake-3.28.6.tar.gz; \
120120
cd "${SRC_DIR}/cmake"; \
121121
mkdir -v 'build' && cd 'build'; \
122-
../bootstrap && make -j $(nproc) && make install; \
122+
../bootstrap -- -DBUILD_CursesDialog=OFF && make -j $(nproc) && make install; \
123123
cd - && rm -fr build "${SRC_DIR}/cmake" \
124+
&& rm -f /usr/local/bin/cpack /usr/local/bin/ctest \
124125
&& rm -rf /usr/local/share/cmake-*/Help /usr/local/share/doc/cmake* /usr/local/share/man/man1/cmake*
125126

126127
# Install Catch2

0 commit comments

Comments
 (0)