Use maximum compression when packaging release tarballs.
authorDimitry Andric <dimitry@andric.com>
Wed, 15 Apr 2020 18:30:15 +0000 (20:30 +0200)
committerDimitry Andric <dimitry@andric.com>
Wed, 15 Apr 2020 18:30:26 +0000 (20:30 +0200)
commit7fb79105fe0cd7b537b12ab6bb454afbf6c52ae2
tree9ed02c76033dbe58242bea3e194b2d764b7b2a5c
parent9daadcec81376960f6bbae4a9d381eca69eb9317
Use maximum compression when packaging release tarballs.

Summary:
Since a full run of test-release.sh takes many hours (at least on my
poor systems), we might as well spend some extra time compressing the
tarball, in return for a quite a bit of gains for uploading and
downloading it.

As an example, the 10.0.0-rc4 .tar.xz tarball shrinks from 465MiB to
306MiB, about 52% smaller.

Reviewers: hans, tstellar, rovka

Reviewed By: hans

Subscribers: llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D76192
llvm/utils/release/test-release.sh