Skip to content
Snippets Groups Projects
Unverified Commit 92fca661 authored by Casey's avatar Casey :recycle:
Browse files

config: add pigz to build_packages (MR 2561)


Speed up compressing packages after build by using pigz which does
parallelised compression!

Signed-off-by: default avatarCaleb Connolly <caleb@postmarketos.org>
parent 09053af5
Branches
No related tags found
1 merge request!2561config: add pigz to build_packages
Pipeline #216488 passed
......@@ -222,7 +222,7 @@ chroot_outdated = 3600 * 24 * 2
# NOTE: full hexdump is installed to workaround a bug in busybox,
# see https://gitlab.postmarketos.org/postmarketOS/pmaports/-/issues/3268. This can be
# reverted when the bug is properly fixed.
build_packages = ["abuild", "apk-tools", "build-base", "ccache", "git", "hexdump"]
build_packages = ["abuild", "apk-tools", "build-base", "ccache", "git", "hexdump", "pigz"]
#
# PARSE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment