This is an automated email from the ASF dual-hosted git repository. lausen pushed a commit to branch leezu-patch-2-1 in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git
commit 885e1fdce9f3fe46cf6004ecf538d619f4886e8a Author: Leonard Lausen <[email protected]> AuthorDate: Tue Aug 11 13:14:47 2020 -0700 Remove manually created symbolic link to ninja-build https://github.com/apache/incubator-mxnet/commit/6bcfce9f0a2e7ed2519006275e0456b9e5aa81c3 for master branch --- ci/docker/Dockerfile.build.centos7 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ci/docker/Dockerfile.build.centos7 b/ci/docker/Dockerfile.build.centos7 index 8a718c4..f864cba 100644 --- a/ci/docker/Dockerfile.build.centos7 +++ b/ci/docker/Dockerfile.build.centos7 @@ -67,9 +67,7 @@ RUN yum -y check-update || true && \ gperf \ libb2-devel \ libzstd-devel && \ - yum clean all && \ - # Centos 7 only provides ninja-build - ln -s /usr/bin/ninja-build /usr/bin/ninja + yum clean all # Make GCC7, Python 3.5 and Maven 3.3 Software Collections available by default # during build and runtime of this container
