Skip to content

Commit 1d9fa94

Browse files
MDBF-1086 - gal-amd64-rhel-7 missing cpack -> cpack3 symlink
Create cpack -> cpack3 symlink ``` [root@5f79c6a59763 buildbot]# source /etc/os-release [root@5f79c6a59763 buildbot]# echo $VERSION 7.9 (Maipo) [root@5f79c6a59763 buildbot]# cpack bash: cpack: command not found [root@5f79c6a59763 buildbot]# cpack3 --version cpack3 version 3.17.5 CMake suite maintained and supported by Kitware (kitware.com/cmake). [root@5f79c6a59763 buildbot]# ln -sf /usr/bin/cpack3 /usr/bin/cpack [root@5f79c6a59763 buildbot]# cpack --version cpack3 version 3.17.5 CMake suite maintained and supported by Kitware (kitware.com/cmake). ```
1 parent 0a02a45 commit 1d9fa94

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ci_build_images/rhel7.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ RUN yum -y upgrade \
7676
# USE CMAKE 3
7777
&& yum -y remove cmake \
7878
&& ln -sf /usr/bin/cmake3 /usr/bin/cmake \
79+
&& ln -sf /usr/bin/cpack3 /usr/bin/cpack \
7980
&& 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 \
8081
&& chmod +x /usr/local/bin/dumb-init \
8182
# Upgrade pip

0 commit comments

Comments
 (0)