|
|
@@ -298,6 +298,17 @@ jobs:
|
|
|
wget http://security.ubuntu.com/ubuntu/pool/universe/n/ncurses/libtinfo5_6.3-2ubuntu0.1_amd64.deb && \
|
|
|
sudo dpkg -i libtinfo5_6.3-2ubuntu0.1_amd64.deb && \
|
|
|
rm libtinfo5_6.3-2ubuntu0.1_amd64.deb
|
|
|
+
|
|
|
+ sudo apt update
|
|
|
+ sudo apt install -y \
|
|
|
+ git build-essential bc bison flex libssl-dev libncurses5-dev libelf-dev \
|
|
|
+ libdw-dev libnuma-dev libpci-dev libcap-dev libaudit-dev \
|
|
|
+ lz4 zstd xz-utils cpio wget curl \
|
|
|
+ gcc-aarch64-linux-gnu \
|
|
|
+ python3 python3-pip \
|
|
|
+ device-tree-compiler \
|
|
|
+ liblz4-tool \
|
|
|
+ abootimg # optional, nice to have
|
|
|
LTO=thin ./build_kernel.sh || true
|
|
|
else
|
|
|
#temporarily using this until i can figure out the other phones build script issues
|