xiaoleGun / KernelSU_Action

A action for build KernelSU into your kernel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KSU

iminamoto opened this issue · comments

Config -
KERNEL_SOURCE=https://github.com/iminamoto/stellaris_kernel_oneplus_sm8250
KERNEL_SOURCE_BRANCH=stable
KERNEL_DEFCONFIG=vendor/kona-perf_defconfig
TARGET_ARCH=arm64
KERNEL_FILE=Image.gz
CLANG_VERSION=r458507
EXTRA_BUILD_COMMAND:LLVM=1 LLVM_IAS=1
DISABLE-LTO=false
USE_KERNELSU=true
USE_KPROBES=true
USE_OVERLAYFS=true
NEED_DTBO=true
MAKE_BOOT_IMAGE=true
SOURCE_BOOT_IMAGE=https://mirrorbits.lineageos.org/full/lemonades/20230408/boot.img

Error -
Run cd $GITHUB_WORKSPACE/kernel_workspace/android-kernel
++ pwd

  • GKI_ROOT=/home/runner/work/KernelSU_Action/KernelSU_Action/kernel_workspace/android-kernel
    [+] GKI_ROOT: /home/runner/work/KernelSU_Action/KernelSU_Action/kernel_workspace/android-kernel
  • echo '[+] GKI_ROOT: /home/runner/work/KernelSU_Action/KernelSU_Action/kernel_workspace/android-kernel'
  • test -d /home/runner/work/KernelSU_Action/KernelSU_Action/kernel_workspace/android-kernel/common/drivers
  • test -d /home/runner/work/KernelSU_Action/KernelSU_Action/kernel_workspace/android-kernel/drivers
  • DRIVER_DIR=/home/runner/work/KernelSU_Action/KernelSU_Action/kernel_workspace/android-kernel/drivers
  • test -d /home/runner/work/KernelSU_Action/KernelSU_Action/kernel_workspace/android-kernel/KernelSU
  • git clone https://github.com/tiann/KernelSU
    Cloning into 'KernelSU'...
  • cd /home/runner/work/KernelSU_Action/KernelSU_Action/kernel_workspace/android-kernel/KernelSU
  • git stash
    No local changes to save
  • git pull
    Already up to date.
    bash: line 21: $1: unbound variable
    Error: Process completed with exit code 1.
commented

Waiting upstream to fix