From 6bcfce9f0a2e7ed2519006275e0456b9e5aa81c3 Mon Sep 17 00:00:00 2001 From: Nick Guletskii Date: Fri, 29 May 2020 21:09:15 +0300 Subject: [PATCH] Remove manually created symbolic link to ninja-build (#18437) --- ci/docker/install/centos7_core.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/ci/docker/install/centos7_core.sh b/ci/docker/install/centos7_core.sh index fbdb239cf0c2..ae5cb719d38a 100755 --- a/ci/docker/install/centos7_core.sh +++ b/ci/docker/install/centos7_core.sh @@ -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