Skip to content

[build] change deb compression to xz#642

Merged
olegrok merged 1 commit intomainfrom
deb-compression
Mar 24, 2025
Merged

[build] change deb compression to xz#642
olegrok merged 1 commit intomainfrom
deb-compression

Conversation

@olegrok
Copy link
Copy Markdown
Contributor

@olegrok olegrok commented Mar 24, 2025

Default gzip doesn't support parallel compression while xz does. On my own laptop results of building deb with only nil binaries:

gzip (3 min) vs xz (2:30 min).

That's very important and useful when you debug something on dev/local stand.

Also size after compression is important. Here xz also wins: 470mb (gzip) vs 315 (xz).

Default gzip doesn't support parallel compression while xz does.
On my own laptop results of building deb with only nil binaries:

gzip (3 min) vs xz (2:30 min).

That's very important and useful when you debug something on dev/local stand.

Also size after compression is important. Here xz also wins: 470mb (gzip) vs 315 (xz).
@olegrok olegrok added this pull request to the merge queue Mar 24, 2025
Merged via the queue into main with commit 73be3c5 Mar 24, 2025
14 checks passed
@olegrok olegrok deleted the deb-compression branch March 24, 2025 09:30
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