On Thu, 30 May 2024 19:42:03 -0600 Luke wrote:
> Fair enough, I'll push out a new pacman that has the armv7h
> makepkg.conf use the ALARM version (zstd -c -T0 --ultra -20 -) plus
> --single-thread.

i think we want to omit `--ultra -20` - the manual says that will use more
memory

we do not need to follow archarm so closely on this - beefcake is the primary
client of this code - archarm uses much different build tools than we do

the -z and -q are optional - im not so clear what -c does;
but it looks more important

> -c,  --stdout: write  to  standard output (even if it is the
>                console); keep original files (disable --rm).

i would go with one of these:

COMPRESSZST=(zstd -c -z -q --single-thread -)
COMPRESSZST=(zstd -c       --single-thread -)
_______________________________________________
Dev mailing list
[email protected]
https://lists.parabola.nu/mailman/listinfo/dev

Reply via email to