mbien commented on code in PR #7248:
URL: https://github.com/apache/netbeans/pull/7248#discussion_r1554627935
##########
.github/workflows/main.yml:
##########
@@ -2618,9 +2618,9 @@ jobs:
- name: Setup GraalVM {{ matrix.graal }}
run: |
-
URL=https://github.com/graalvm/graalvm-ce-builds/releases/download/vm-${{
matrix.graal }}/graalvm-ce-java11-linux-amd64-${{ matrix.graal }}.tar.gz
+
URL=https://github.com/graalvm/graalvm-ce-builds/releases/download/vm-${{
matrix.graal }}/graalvm-ce-java17-linux-amd64-${{ matrix.graal }}.tar.gz
curl -L $URL | tar -xz
- GRAALVM=`pwd`/graalvm-ce-java11-${{ matrix.graal }}
+ GRAALVM=`pwd`/graalvm-ce-java17-${{ matrix.graal }}
echo "JAVA_HOME=$GRAALVM" >> $GITHUB_ENV
Review Comment:
unfortunately this isn't going to work, please see:
https://github.com/apache/netbeans/issues/6925#issuecomment-2003319844
I think we should consider to start disabling tests until someone who is
interested in polyglot features wants to look into this.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists