You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by la...@apache.org on 2020/08/11 20:15:40 UTC

[incubator-mxnet] branch leezu-patch-2-1 created (now 885e1fd)

This is an automated email from the ASF dual-hosted git repository.

lausen pushed a change to branch leezu-patch-2-1
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.


      at 885e1fd  Remove manually created symbolic link to ninja-build

This branch includes the following new commits:

     new 885e1fd  Remove manually created symbolic link to ninja-build

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-mxnet] 01/01: Remove manually created symbolic link to ninja-build

Posted by la...@apache.org.
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 <la...@amazon.com>
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