You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/11/15 17:54:12 UTC

[GitHub] lanking520 commented on a change in pull request #13279: [MXNET-1213][WIP] add centos build for Scala

lanking520 commented on a change in pull request #13279: [MXNET-1213][WIP] add centos build for Scala
URL: https://github.com/apache/incubator-mxnet/pull/13279#discussion_r233947251
 
 

 ##########
 File path: ci/docker/install/ubuntu_scala.sh
 ##########
 @@ -29,12 +29,6 @@ apt-get update
 apt-get install -y openjdk-8-jdk
 apt-get install -y openjdk-8-jre
 
-echo "deb https://dl.bintray.com/sbt/debian /" | tee -a /etc/apt/sources.list.d/sbt.list
 
 Review comment:
   The reason to remove sbt and Scala is we don't need these components to run a maven project. There is Scala compiler embedded in the maven project. In that case, sbt and Scala installation seemed to be unnecessary

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services