diff --git a/build.yaml b/build.yaml index 59ec4a452..3686a3f0a 100644 --- a/build.yaml +++ b/build.yaml @@ -18,7 +18,9 @@ build-env: libcap-dev libcap-static \ libapparmor-dev \ zlib-static lz4-static \ - zstd-static \ + zstd-dev \ + xz \ + gettext-dev \ lvm2-dev util-linux-dev \ squashfs-tools-ng-dev \ linux-headers @@ -60,6 +62,14 @@ build-env: make -j$(grep -c processor /proc/cpuinfo) install cd / + # build lzma + git clone -b v5.2.6 https://github.com/xz-mirror/xz.git + cd xz + ./autogen.sh + ./configure --enable-static --enable-shared --prefix=/usr + make -j$(grep -c processor /proc/cpuinfo) install + cd / + build: build_only: true from: