graalvm / setup-graalvm

GitHub Action for setting up GraalVM distributions.
https://www.graalvm.org
Universal Permissive License v1.0
192 stars 27 forks source link

suddenly fails with Java 8 #86

Closed esaulpaugh closed 7 months ago

esaulpaugh commented 7 months ago

Probably because --version is not supported on Java 8. It should be -version

Successfully set up 'graalvm-ce-java8-21.2.0' /opt/hostedtoolcache/graalvm-ce-java8-linux/21.2.0/x64/graalvm-ce-java8-21.2.0/bin/java --version Unrecognized option: --version Error: Could not create the Java Virtual Machine. Error: A fatal exception has occurred. Program will exit. Error: The process '/opt/hostedtoolcache/graalvm-ce-java8-linux/21.2.0/x64/graalvm-ce-java8-21.2.0/bin/java' failed with exit code 1

fniephaus commented 7 months ago

Thanks for the report, @esaulpaugh. We'll get this fixed asap.

fniephaus commented 7 months ago

This should be fixed now. Please restart your builds :)