Skip to content

Commit

Permalink
Pin gcc version (apache#10200)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoabreu authored and zheng-da committed Jun 28, 2018
1 parent bc493ed commit 243d7dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/docker/install/centos7_core.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ yum -y install openblas-devel
yum -y install lapack-devel
yum -y install opencv-devel
yum -y install openssl-devel
yum -y install gcc-c++
yum -y install gcc-c++-4.8.*
yum -y install make
yum -y install cmake
yum -y install wget
yum -y install unzip
yum -y install ninja-build
yum -y install ninja-build

0 comments on commit 243d7dc

Please sign in to comment.