-
Notifications
You must be signed in to change notification settings - Fork 164
Open
Labels
Milestone
Description
Suggestion based on ideas from @mjguzik:
- Either do not compress packages in
make package
or use a faster compression algorithm such as gzip. - (Re)compress all packages at the end of the bulk build into the more distribution-appropriate xz format.
- Potentially only do this on highly-used packages.
- Leaf packages can be compressed with xz in
make package
.
xz here means whatever PKG_EXT is.
#459 likely needs to be fixed first for this to work.