Skip to content

Commit 6d1dfbe

Browse files
authored
Update build.yml
trying again...
1 parent 7d13f68 commit 6d1dfbe

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/build.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,17 @@ jobs:
298298
wget http://security.ubuntu.com/ubuntu/pool/universe/n/ncurses/libtinfo5_6.3-2ubuntu0.1_amd64.deb && \
299299
sudo dpkg -i libtinfo5_6.3-2ubuntu0.1_amd64.deb && \
300300
rm libtinfo5_6.3-2ubuntu0.1_amd64.deb
301+
302+
sudo apt update
303+
sudo apt install -y \
304+
git build-essential bc bison flex libssl-dev libncurses5-dev libelf-dev \
305+
libdw-dev libnuma-dev libpci-dev libcap-dev libaudit-dev \
306+
lz4 zstd xz-utils cpio wget curl \
307+
gcc-aarch64-linux-gnu \
308+
python3 python3-pip \
309+
device-tree-compiler \
310+
liblz4-tool \
311+
abootimg # optional, nice to have
301312
LTO=thin ./build_kernel.sh || true
302313
else
303314
#temporarily using this until i can figure out the other phones build script issues

0 commit comments

Comments
 (0)