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

Compression step for native executables is successfully skipped when reusing the artifact #41842

Closed
wants to merge 0 commits into from

Conversation

gcw-it
Copy link
Contributor

@gcw-it gcw-it commented Jul 11, 2024

Fix #41373

The NativeImageBuildItem now reports, if it created or reused the executable.
The UpxCompressionBuildStep skips compression, when the executable was reused.
Any change to the compression settings between builds, while reusing the artifact, will have no effect.

Copy link

quarkus-bot bot commented Jul 11, 2024

Thanks for your pull request!

Your pull request does not follow our editorial rules. Could you have a look?

  • title should not contain an issue number (use Fix #1234 in the description instead)

This message is automatically generated by a bot.

@gcw-it gcw-it changed the title Fix issue #41373: Native Build Fails, when Reusing Existing Executable with Compression Enabled Compression step for native executables is successfully skipped when reusing the artifact Jul 11, 2024
@gcw-it gcw-it closed this Jul 15, 2024
@quarkus-bot quarkus-bot bot added area/native-image triage/invalid This doesn't seem right labels Jul 15, 2024
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.

Native Build Fails, when Reusing Existing Executable with Compression Enabled
1 participant