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(bundler/rpm): Reduce compression level to gzip/6 #9840

Merged
merged 1 commit into from
May 21, 2024

Conversation

FabianLars
Copy link
Member

This matches the .deb builder to reduce build times. It's still much slower than .deb but this is probably something we have to live with or something to be fixed in the rpm crate itself. We could also look at how well other compression formats are supported across distro versions i guess (can't really do that for .deb yet).

p.s. the reason i do this is because rn the rpm bundler is as slow, or even slower than the appimage builder which shouldn't be possible considering how much more stuff the appimage contains...

@FabianLars FabianLars requested a review from a team as a code owner May 21, 2024 10:15
@amrbashir amrbashir merged commit 781d747 into dev May 21, 2024
15 checks passed
@amrbashir amrbashir deleted the fix/rpm-compression branch May 21, 2024 16:03
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.

None yet

2 participants