Skip to content
Snippets Groups Projects
Commit 8db43e97ffc4 authored by Ryan Egesdahl's avatar Ryan Egesdahl
Browse files

Use XZ compression for RPM packages

This is a follow-on to
https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7128
where we enabled XZ compression for DEB packages. Unfortunately, Omnibus
didn't do threaded compression for RPM packages because of the way it
was setting `_binary_payload`. That was causing XZ compression in
particular to take 2-3 times longer than GZip, so we could not merge
that change at the same time. With
https://gitlab.com/gitlab-org/omnibus/-/merge_requests/48 merged into
our fork, Omnibus will use threaded compression for RPM by default and
we can enable XZ compression for RPM packages as well.

Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8222

Changelog: changed
parent 74505a4da6ac
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment