Re: Supporting compression-less release builds

2025-01-13 Thread Greg A. Woods
At Mon, 13 Jan 2025 11:10:28 +0100, Martin Husemann wrote: Subject: Re: Supporting compression-less release builds > > Yes, especially an override for the compression level, so a simple solution > would be USE_XZ_SETS=no GZIP_LEVEL=0 or something like that (where GZIP_LEVEL > does not exist yet).

Re: Supporting compression-less release builds

2025-01-13 Thread Greg Troxel
Martin Husemann writes: >> Note that we sometimes use an explicit compression method elsewhere >> in the build (eg compressing kernels) that might differ from the >> compression method for sets. > > Indeed, and also some of the compression levels must be high (or used to > be, maybe the split of

Re: Supporting compression-less release builds

2025-01-13 Thread Martin Husemann
On Mon, Jan 13, 2025 at 12:34:14PM +1100, Simon Burge wrote: > If you don't want the compressed sets in your development cycle can you > just use "./build.sh ... distribution" to skip generating the sets? This likely will not do as the image creation needs the set files. > A better control knob f