Skip to content

Commit cd15313

Browse files
author
Ramkumar Chinchani
committed
fix ci build dependencies
Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
1 parent 4213595 commit cd15313

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

build.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ build-env:
1818
libcap-dev libcap-static \
1919
libapparmor-dev \
2020
zlib-static lz4-static \
21-
zstd-static \
21+
zstd-dev \
22+
xz \
23+
gettext-dev \
2224
lvm2-dev util-linux-dev \
2325
squashfs-tools-ng-dev \
2426
linux-headers
@@ -60,6 +62,14 @@ build-env:
6062
make -j$(grep -c processor /proc/cpuinfo) install
6163
cd /
6264
65+
# build lzma
66+
git clone -b v5.2.6 https://github.com/xz-mirror/xz.git
67+
cd xz
68+
./autogen.sh
69+
./configure --enable-static --enable-shared --prefix=/usr
70+
make -j$(grep -c processor /proc/cpuinfo) install
71+
cd /
72+
6373
build:
6474
build_only: true
6575
from:

0 commit comments

Comments
 (0)