Sfoglia il codice sorgente

Update build.yml

trying again...
jimsterino98 9 mesi fa
parent
commit
6d1dfbe5e9
1 ha cambiato i file con 11 aggiunte e 0 eliminazioni
  1. 11 0
      .github/workflows/build.yml

+ 11 - 0
.github/workflows/build.yml

@@ -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