Merge "Change to maximum compression level when using lzma"
This commit is contained in:
commit
4dba6f4ef2
@ -80,7 +80,7 @@ def main():
|
|||||||
os.environ['DIB_REPOREF_requirements'] = args.branch
|
os.environ['DIB_REPOREF_requirements'] = args.branch
|
||||||
if args.lzma:
|
if args.lzma:
|
||||||
os.environ['DIB_IPA_COMPRESS_CMD'] = \
|
os.environ['DIB_IPA_COMPRESS_CMD'] = \
|
||||||
'xz --format=lzma --compress --stdout'
|
'xz --format=lzma --compress --stdout -9'
|
||||||
# Enable checksum generation by default
|
# Enable checksum generation by default
|
||||||
if 'DIB_CHECKSUM' not in os.environ:
|
if 'DIB_CHECKSUM' not in os.environ:
|
||||||
os.environ['DIB_CHECKSUM'] = 'sha256'
|
os.environ['DIB_CHECKSUM'] = 'sha256'
|
||||||
|
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
features:
|
||||||
|
- |
|
||||||
|
Changes lzma compression level to 9 for smaller images.
|
Loading…
x
Reference in New Issue
Block a user