unbreak centos7 ctest and macOS build dir
Signed-off-by: dsengupta0628 <dsengupta@precisioninno.com>
This commit is contained in:
parent
836d704802
commit
6b6f7c9ae4
|
|
@ -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 && \
|
||||
|
|
|
|||
Loading…
Reference in New Issue