From 86f1c5db13a40156a2a0d030b9875c423cbbf76d Mon Sep 17 00:00:00 2001 From: xdavidwu Date: Mon, 4 Apr 2022 12:52:31 +0800 Subject: [PATCH] build: add packages for parallel decompression --- .build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.build.yml b/.build.yml index 4c0fa14..8a4e16d 100644 --- a/.build.yml +++ b/.build.yml @@ -1,6 +1,8 @@ image: alpine/edge packages: - alpine-sdk + - xz # parallel decompression in abuild + - pigz # parallel decompression in abuild environment: source: systemd-apkbuilds release: edge -- 2.43.0