-
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
Action installs Oracle GraalVM on top of Mandrel #54
Comments
Hi @nscuro, thanks for the report. Could you share a link to a failing build please? |
I think I tracked it down, please restart your build and let me know whether this is fixed now. |
Thanks for the light speed fix! 🚀 Will give it a spin and report back. |
That did it, can confirm: https://github.com/DependencyTrack/hyades/actions/runs/5726712395/job/15517701393?pr=713 Thanks again for addressing it so quickly! |
Previous issue with installing Mandrel via GitHub Actions has been resolved, see graalvm/setup-graalvm#54 Signed-off-by: nscuro <nscuro@protonmail.com>
Great! Thanks for confirming...and happy building! |
Previous issue with installing Mandrel via GitHub Actions has been resolved, see graalvm/setup-graalvm#54 Signed-off-by: nscuro <nscuro@protonmail.com> Signed-off-by: mehab <meha.bhargava@citi.com>
The action appears to install the Oracle GraalVM distribution on top of Mandrel, when only Mandrel is configured.
Example build output:
It correctly detects that Mandrel was requested (
Adding mandrel-java17-linux 23.0.1.2-Final to tool-cache ...
), but then proceeds to install Oracle GraalVM (This build is using the new Oracle GraalVM
).Later build steps (here with Quarkus) then report:
The text was updated successfully, but these errors were encountered: