Skip to content

Commit e132500

Browse files
grooverdanRazvanLiviuVarzaru
authored andcommitted
MDBF-1086 - gal-amd64-rhel-7 missing ctest -> ctest3 symlink
Create ctest -> ctest3 symlink ``` [buildbot@6f5dbfde1c6a ~]$ source /etc/os-release [buildbot@6f5dbfde1c6a ~]$ echo $VERSION 7.9 (Maipo) [buildbot@6f5dbfde1c6a ~]$ ctest bash: ctest: command not found [buildbot@6f5dbfde1c6a ~]$ ctest3 --version ctest3 version 3.17.5 CMake suite maintained and supported by Kitware (kitware.com/cmake). ```
1 parent 738b2e6 commit e132500

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci_build_images/rhel7.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ RUN yum -y upgrade \
7777
&& yum -y remove cmake \
7878
&& ln -sf /usr/bin/cmake3 /usr/bin/cmake \
7979
&& ln -sf /usr/bin/cpack3 /usr/bin/cpack \
80+
&& ln -sf /usr/bin/ctest3 /usr/bin/ctest \
8081
&& curl -sL "https://github.com/Yelp/dumb-init/releases/download/v1.2.5/dumb-init_1.2.5_$(uname -m)" >/usr/local/bin/dumb-init \
8182
&& chmod +x /usr/local/bin/dumb-init \
8283
# Upgrade pip

0 commit comments

Comments
 (0)