Add the option of compressing using lz4

Using lz4 in squashfs reduces the time to complete the stage from 446s
to 4s on my laptop while making the produced iso going from 1.6G to
2.0G.
This commit is contained in:
Thomas Lavocat 2022-01-07 16:29:44 +01:00 committed by Thomas Lavocat
parent d19d1b498d
commit bb30ffa062
6 changed files with 3851 additions and 9 deletions

View file

@ -69,6 +69,14 @@ def run_tests(args, tmpdir):
}
},
},
"fedora-ostree-bootiso-xz": {
"manifest": "fedora-ostree-bootiso-xz.json",
"exports": {
"bootiso": {
"artifact": "fedora-ostree-boot-xz.iso"
}
},
},
"fedora-ostree-image": {
"manifest": "fedora-ostree-image.json",
"exports": {