[all-commits] [llvm/llvm-project] 7fb791: Use maximum compression when packaging release tar...
Dimitry Andric via All-commits
all-commits at lists.llvm.org
Wed Apr 15 11:30:49 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7fb79105fe0cd7b537b12ab6bb454afbf6c52ae2
https://github.com/llvm/llvm-project/commit/7fb79105fe0cd7b537b12ab6bb454afbf6c52ae2
Author: Dimitry Andric <dimitry at andric.com>
Date: 2020-04-15 (Wed, 15 Apr 2020)
Changed paths:
M llvm/utils/release/test-release.sh
Log Message:
-----------
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
More information about the All-commits
mailing list