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

Commit

Permalink
Remove manually created symbolic link to ninja-build (#18437)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickguletskii committed May 29, 2020
1 parent 0c6785f commit 6bcfce9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ci/docker/install/centos7_core.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ yum -y install wget
yum -y install unzip
yum -y install ninja-build

# Centos 7 only provides ninja-build
ln -s /usr/bin/ninja-build /usr/bin/ninja

# CMake 3.13.2+ is required
mkdir /opt/cmake && cd /opt/cmake
wget -nv https://cmake.org/files/v3.13/cmake-3.13.5-Linux-x86_64.sh
Expand Down

0 comments on commit 6bcfce9

Please sign in to comment.