Skip to content
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

Drop condition for GraalVM < 22.2 #32883

Merged
merged 1 commit into from Apr 26, 2023

Conversation

zakkak
Copy link
Contributor

@zakkak zakkak commented Apr 25, 2023

The minimum required GraalVM version is 22.2 so there is no need to account for the old native-image logs.

This also fixes an issue with GraalVM >= 23.0 where the version output changes and it no longer contains the "Version info:" string.

Closes: #32678

Being tested in: https://github.com/graalvm/mandrel/actions/runs/4798433093

@quarkus-bot quarkus-bot bot added the area/gradle Gradle label Apr 25, 2023
@gastaldi gastaldi added the triage/waiting-for-ci Ready to merge when CI successfully finishes label Apr 25, 2023
@zakkak
Copy link
Contributor Author

zakkak commented Apr 25, 2023

Note that waiting-for-ci in this case includes checking https://github.com/graalvm/mandrel/actions/runs/4798433093 as well :)

@quarkus-bot

This comment has been minimized.

The minimum required GraalVM version is 22.2 so there is no need to
account for the old native-image logs.

This also fixes an issue with GraalVM >= 23.0 where the version output
changes and it no longer contains the "Version info:" string.
@zakkak zakkak force-pushed the 2023-04-25-fix-gradle-latest-graal branch from 892435e to e9d26a7 Compare April 26, 2023 07:28
@quarkus-bot
Copy link

quarkus-bot bot commented Apr 26, 2023

✔️ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

@zakkak zakkak merged commit 4ef3303 into quarkusio:main Apr 26, 2023
17 checks passed
@quarkus-bot quarkus-bot bot removed the triage/waiting-for-ci Ready to merge when CI successfully finishes label Apr 26, 2023
@zakkak zakkak deleted the 2023-04-25-fix-gradle-latest-graal branch April 26, 2023 09:31
@quarkus-bot quarkus-bot bot added this to the 3.1 - main milestone Apr 26, 2023
@jerboaa
Copy link
Contributor

jerboaa commented Apr 26, 2023

Thanks for the fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[gradle] BasicJavaNativeBuildIT fails with latest JDK 17-based graal master
3 participants