You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2017/10/26 07:31:21 UTC

[GitHub] markusthoemmes commented on a change in pull request #2891: Vagrant base image update to latest Ubuntu Xenial LTS

markusthoemmes commented on a change in pull request #2891: Vagrant base image update to latest Ubuntu Xenial LTS
URL: https://github.com/apache/incubator-openwhisk/pull/2891#discussion_r147063574
 
 

 ##########
 File path: tools/ubuntu-setup/scala.sh
 ##########
 @@ -2,7 +2,8 @@
 set -e
 set -x
 
-wget www.scala-lang.org/files/archive/scala-2.11.6.deb -O /tmp/scala-2.11.6.deb
-sudo dpkg -i /tmp/scala-2.11.6.deb
+#wget www.scala-lang.org/files/archive/scala-2.11.6.deb -O /tmp/scala-2.11.6.deb
+wget https://downloads.lightbend.com/scala/2.11.11/scala-2.11.11.deb -O /tmp/scala-2.11.11.deb
 
 Review comment:
   Why? We're effectively on 2.11.11.
   
   @bwmcadams Can you try to throw out Scala compiler installation? Gradle should handle that for us anyway.

----------------------------------------------------------------
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