You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2019/12/05 18:37:24 UTC

[GitHub] [netbeans] pepness commented on a change in pull request #1732: [NETBEANS-3531] - Upgrade GraalVM SDK from 19.0.0 to 19.3.0

pepness commented on a change in pull request #1732: [NETBEANS-3531] - Upgrade GraalVM SDK from 19.0.0 to 19.3.0
URL: https://github.com/apache/netbeans/pull/1732#discussion_r354480188
 
 

 ##########
 File path: nbbuild/travis/scripting.sh
 ##########
 @@ -20,9 +20,9 @@
 set -e
 
 if [ -z "$GRAALVM" ]; then
-  VERSION=19.0.0
+  VERSION=19.3.0
   BASE=graalvm-ce-$VERSION
-  URL=https://github.com/oracle/graal/releases/download/vm-$VERSION/graalvm-ce-linux-amd64-$VERSION.tar.gz
+  URL=https://github.com/graalvm/graalvm-ce-builds/releases/download/vm-$VERSION/graalvm-ce-java8-linux-amd64-vm-$VERSION.tar.gz
 
 Review comment:
   Thanks for the input Jaroslav, I will create one PR and enable `scripting.sh` in `.travis.yml`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists