From 975e7b3dc8abea2966e601396fab427cf70b2ef6 Mon Sep 17 00:00:00 2001 From: Orlando Chamberlain Date: Sat, 18 Feb 2023 21:52:21 +1100 Subject: [PATCH] Update compile_test.yml https://github.com/t2linux/T2-Ubuntu-Kernel/blob/5c3f3708fe7c9bf991a2a9b5521a4218467f9a12/build.sh#L56 very helpful :) --- .github/workflows/compile_test.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compile_test.yml b/.github/workflows/compile_test.yml index 68828ec..b5cfd86 100644 --- a/.github/workflows/compile_test.yml +++ b/.github/workflows/compile_test.yml @@ -18,6 +18,11 @@ jobs: fi curl $KSRC_URL | tar -xJ + - name: Install Build Dependencies + run: | + apt-get install -y build-essential fakeroot libncurses-dev bison flex libssl-dev libelf-dev \ + openssl dkms libudev-dev libpci-dev libiberty-dev autoconf wget xz-utils git \ + libcap-dev bc rsync cpio dh-modaliases debhelper kernel-wedge curl gawk dwarves zstd - name: Checkpatch run: | KVER="6.1.12" #FIXME @@ -35,7 +40,7 @@ jobs: echo "Applying patch $patch..." patch -Np1 < $patch done - + - name: Setting Config run: | KVER="6.1.12" #FIXME @@ -45,7 +50,7 @@ jobs: cat ../extra_config >> .config make olddefconfig - - name: Setting Config + - name: Building Kernel run: | KVER="6.1.12" #FIXME cd linux-$KVER