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 c7228f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/docker/install/centos7_core.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ 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

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 c7228f0

Please sign in to comment.