1
0
mirror of https://github.com/rancher/os.git synced 2025-07-31 14:41:14 +00:00

Extra compression

This commit is contained in:
Darren Shepherd 2016-08-18 18:14:24 -07:00
parent 7a1609a398
commit 6ed44af89a

View File

@ -3,7 +3,7 @@ set -e
source $(dirname $0)/version
export REPO_VERSION=$VERSION
export COMPRESS=lzma
export COMPRESS="xz --format=lzma -9 --memlimit-compress=80% -e"
export INTEGRATION_TESTS=0
exec $(dirname $0)/ci