-
Notifications
You must be signed in to change notification settings - Fork 49
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
fix GHA problems #558
fix GHA problems #558
Conversation
* make sure ids don't contain DOTs * openj9 is adopt-openj9 https://github.com/actions/setup-java#supported-distributions
Thanks, this makes sense. According to the note below the table you linked, "It is highly recommended to migrate workflows from adopt and adopt-openj9, to temurin and semeru respectively...". Would it make sense to use |
Looking at the table I would suggest to:
WDYT ? |
Thanks, I agree. I also wonder if we should deprecate the legacy way of specifying Graal versions. |
With legacy, you mean this one, right: final case class GraalVM(version: String) extends Distribution(version) |
To avoid again having non-working |
Feels a bit disingenuous. After all, upstream could have chosen to do that, but they didn't.
Well, maybe I take this back. Might be too early to deprecate this, seems the old versions may still be supported for a while.
Yeah, annoying to bloat up the CI, but I don't disagree. Sorry for the regressions. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added them to CI and everything that is here looks good. We can follow-up with additional distributions/deprecations etc. Thanks a bunch!
Thanks for finishing this one. |
closes: #557