File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments