Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Added missing dependencies to centos build
Browse files Browse the repository at this point in the history
  • Loading branch information
lebeg committed Nov 12, 2018
1 parent b13c751 commit c743127
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/docker/install/centos7_core.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ yum -y install cmake3
yum -y install wget
yum -y install unzip
yum -y install ninja-build
yum -y install zeromq-devel
yum -y install protobuf-devel
yum -y install ninja-build

alternatives --install /usr/local/bin/cmake cmake /usr/bin/cmake3 20 \
--slave /usr/local/bin/ctest ctest /usr/bin/ctest3 \
Expand Down

0 comments on commit c743127

Please sign in to comment.