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

fix(modules): do not compress modules #3162

Merged
merged 1 commit into from
Jan 30, 2025
Merged

fix(modules): do not compress modules #3162

merged 1 commit into from
Jan 30, 2025

Conversation

mudler
Copy link
Member

@mudler mudler commented Jan 30, 2025

This is potentially dangerous for many reason, first of all it might compress firmwares that is not going to be picked up automatically by drivers which does not support compression. Some drivers, for example, may go looking directly for ucode or bin files without caring about compression.

What this PR does / why we need it:

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #

This is potentially dangerous for many reason, first of all it might
compress firmwares that is not going to be picked up automatically by
drivers which does not support compression. Some drivers, for example,
may go looking directly for ucode or bin files without caring about
compression.

Signed-off-by: mudler <mudler@kairos.io>
@mudler mudler merged commit fed7b65 into master Jan 30, 2025
29 of 30 checks passed
@mudler mudler deleted the no_compress branch January 30, 2025 17:08
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.

3 participants