Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
Leslie199 committed Dec 21, 2024
1 parent 136d7fb commit b9664c8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Build KernelSU_v0.9.5"
name: "lxc_for dipper"

on:
# schedule:
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
rm -rf "./drivers/kernelsu"
fi
curl -LSs "https://raw.githubusercontent.com/tiann/KernelSU/main/kernel/setup.sh" | bash -s v0.9.5
curl -LSs "https://raw.githubusercontent.com/tiann/KernelSU/v0.9.5/kernel/setup.sh" | bash -s main
echo -e "CONFIG_KPROBES=y" >> arch/${{ env.arch }}/configs/${{ env.DEFCONFIG_NAME }}
echo -e "CONFIG_HAVE_KPROBES=y" >> arch/${{ env.arch }}/configs/${{ env.DEFCONFIG_NAME }}
Expand Down Expand Up @@ -235,4 +235,4 @@ jobs:
with:
tag_name: KernelSU_v0.9.5-for-MIUI&NGK_Kernel_v${{ env.builddate }}.${{ github.run_number }}
files: "${{ env.WORKSPACE }}/${{ env.KERNEL_DEVICE }}-${{ env.KERNEL_NAME }}_${{ env.builddate }}.zip"
generate_release_notes: true
generate_release_notes: true
5 changes: 3 additions & 2 deletions repos.dipper-Los-KernelSu.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
{
"kernelSource": {
"name": "KSU",
"repo": "https://github.com/LineageOS/android_kernel_xiaomi_sdm845",
"branch": "lineage-22.0",
"repo": "https://github.com/Leslie199/Lineage_dipper845_Kernel",
"branch": "lineage-21",
"device": "dipper",
"defconfig": "vendor/xiaomi/mi845_defconfig"
},
"withKernelSU": false,
"enableLXC":true,
"toolchains": [
{
"repo": "https://github.com/Xiaomi-sdm845-KSU/android-kernel-tools",
Expand Down

0 comments on commit b9664c8

Please sign in to comment.