fix: Remove obsolete native-image component from graalvm/setup-graalvm step - #398
Merged
EvgheniPopusoi merged 1 commit intoSep 8, 2026
Conversation
…m step GraalVM for JDK 21+ (including the 25.x releases this workflow uses) ships native-image bundled in the base distribution and no longer includes the gu (GraalVM Updater) tool. Requesting components: 'native-image' makes the action try to run `gu install native-image`, which fails with "Unable to locate executable file: gu" since gu no longer exists in these distributions. native-image is already on PATH after setup, so the component request is unnecessary. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
alexandruMarjina
approved these changes
Sep 8, 2026
EvgheniPopusoi
deleted the
fix/remove-obsolete-graalvm-native-image-component
branch
September 8, 2026 09:18
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
components: 'native-image'from thegraalvm/setup-graalvm@v1step in the native image build job.native-imagebundled in the base distribution and no longer includes thegu(GraalVM Updater) tool. Requestingcomponents: 'native-image'makes the action try to rungu install native-image, which fails sincegudoesn't exist in these distributions:components:entirely.Test plan
build-imagejob forhiiretail-price-specification-stream-processor(or another native-image consumer) and confirmgraalvm/setup-graalvm@v1succeeds andnative-imageis available onPATH