-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to get GraalVM dev build for Java 17
normally
#30
Comments
@fniephaus this could be solved if the following would be supported: - uses: graalvm/setup-graalvm@v1
with:
version: 'dev'
java-version: 'dev' |
Thanks for raising this issue, @linghengqian.
That won't solve your issue because GraalVM dev builds are volatile and will be removed at some point. So even if you see an older JDK17 dev build, it will no longer be available after a few days/weeks and then your builds will start failing.
Yes, I think we can support |
Please take a look at #31, @linghengqian and @alvarosanchez. |
LGTM! |
GraalVM dev build for Java 17
as normal. Github Actions pops up the following Log.Error: Could not find GraalVM dev build for Java 17. It may no longer be available, so please consider upgrading the Java version. If you think this is a mistake, please file an issue at: https://github.com/graalvm/setup-graalvm/issues.
io.etcd:jetcd-core:0.7.5
oracle/graalvm-reachability-metadata#170 and Make ShardingSphere Proxy in GraalVM Native Image form available apache/shardingsphere#21347 .setup-graalvm
should have logic to try to use previousdev builds of GraalVM CE
, instead of always pointing to thelatest GraalVM CE dev build
, so that when thedev build of GraalVM CE
only releasesJDK 19
products,setup-graalvm
users can still use the previousJDK 17 dev build
products normally.The text was updated successfully, but these errors were encountered: