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 redundant native-image component. #38

Merged
merged 1 commit into from
Jan 16, 2024

Conversation

fniephaus
Copy link
Contributor

@fniephaus fniephaus commented Jan 16, 2024

Native Image is included in the GraalVM JDK since the GraalVM for JDK 17 release, so it's no longer necessary to specify it as a component. By removing this, setup-graalvm will not invoke the GraalVM updater (gu install native-image is essentially a nop, but it checks catalogs first), which in turn can fail sporadically when a new release is being rolled out. Fortunately, we have also retired GraalVM updater in the GraalVM for JDK 21, so this should no longer be an issue moving forward.

@sdelamo sdelamo merged commit a00d19b into micronaut-projects:master Jan 16, 2024
1 check passed
@fniephaus fniephaus deleted the patch-1 branch January 16, 2024 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants