mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 08:05:37 +00:00
ci: compress xz -6 to be nice to Ken's build server
This commit is contained in:
parent
ca073d61b3
commit
94ee52d266
@ -24,8 +24,8 @@ set_fs_ver "$ver" "$major" "$minor" "$micro" "$rev"
|
||||
sleep 2
|
||||
cd $ddir
|
||||
tar -c --exclude=.git -vf $orig.tar $fname
|
||||
echo "Compressing $orig.tar with xz -9e..." >&2
|
||||
xz -9e $orig.tar
|
||||
echo "Compressing $orig.tar with xz -6..." >&2
|
||||
xz -6 $orig.tar
|
||||
|
||||
cd $bdir
|
||||
(cd debian && ./bootstrap.sh)
|
||||
|
Loading…
x
Reference in New Issue
Block a user