You've already forked linux-t2-patches
mirror of
https://github.com/t2linux/linux-t2-patches.git
synced 2026-04-30 13:52:11 -07:00
Update compile_test.yml
https://github.com/t2linux/T2-Ubuntu-Kernel/blob/5c3f3708fe7c9bf991a2a9b5521a4218467f9a12/build.sh#L56 very helpful :)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user