unbreak centos7 ctest and macOS build dir

Signed-off-by: dsengupta0628 <dsengupta@precisioninno.com>
This commit is contained in:
dsengupta0628 2026-07-25 14:26:44 +00:00
parent 836d704802
commit 6b6f7c9ae4
2 changed files with 2 additions and 1 deletions

View File

View File

@ -14,7 +14,8 @@ RUN sed -i s/mirror.centos.org/vault.centos.org/g /etc/yum.repos.d/*.repo \
&& yum install -y devtoolset-11 git wget cmake3 make eigen3-devel tcl swig3 flex zlib-devel valgrind \
&& yum clean -y all
RUN ln -sf /usr/bin/cmake3 /usr/bin/cmake
RUN ln -sf /usr/bin/cmake3 /usr/bin/cmake && \
ln -sf /usr/bin/ctest3 /usr/bin/ctest
# Download Bison
RUN wget https://ftpmirror.gnu.org/gnu/bison/bison-3.8.2.tar.gz && \