Switch to gzip for build-wheel-mirror job
This avoids the need to install bzip2 / bzip2-libs for centos. Change-Id: Ia76730b6394564c14913678241eef373aebadf2b Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
3782b998e4
commit
548c726dbd
@ -63,6 +63,6 @@ fi
|
||||
# exercise for when the job is stable :) bz2 gave about 20%
|
||||
# improvement over gzip in testing.
|
||||
pushd ${LOGS}
|
||||
tar cvjf build-logs.tar.bz2 ./build
|
||||
tar zcvf build-logs.tar.gz ./build
|
||||
rm -rf ./build
|
||||
popd
|
||||
|
Loading…
Reference in New Issue
Block a user