File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -148,10 +148,10 @@ jobs:
148148
149149 case "$susfs_version" in
150150 "v1.5.7")
151- cp ../../../kernel_patches/next/ksun_susfs_v1 .5.7_patch_12647+. patch ./ksun_susfs_latest.patch
151+ cp " ../../../kernel_patches/next/0001-kernel-implement-susfs-v1 .5.5-v1.5.7-KSUN-v1.0.8. patch" " ./ksun_susfs_latest.patch"
152152 ;;
153153 "v1.5.8")
154- cp ../../../kernel_patches/next/0001-kernel-implement-susfs-v1.5.8-KernelSU-Next-v1.0.8.patch ./ksun_susfs_latest.patch
154+ cp " ../../../kernel_patches/next/0001-kernel-implement-susfs-v1.5.8-KernelSU-Next-v1.0.8.patch" " ./ksun_susfs_latest.patch"
155155 ;;
156156 *)
157157 echo "Invalid version: $susfs_version"
@@ -341,7 +341,7 @@ jobs:
341341 ./kernel_platform/build_with_bazel.py -t ${{ inputs.soc }} $BUILD_TYPE "${BAZEL_ARGS[@]}" -o "$(pwd)/out"
342342 else
343343 cd ./kernel_platform/common/
344- make -j$(nproc --all) LLVM=1 ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- CROSS_COMPILE_ARM32=arm-linux-gnuabeihf- CC=clang LD=ld.lld HOSTCC=clang HOSTLD=ld.lld O= out KCFLAGS+=-Wno-error gki_defconfig all 2>&1 | tee build_$(date +"%Y_%m_%d_%H_%M_%S").log
344+ make -j$(nproc --all) LLVM=1 ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- CROSS_COMPILE_ARM32=arm-linux-gnuabeihf- CC=clang HOSTCC=clang O=/home/runner/work/OnePlus_KernelSU_SUSFS/OnePlus_KernelSU_SUSFS/OP11/kernel_platform/ out KCFLAGS+=-Wno-error gki_defconfig all 2>&1 | tee build_$(date +"%Y_%m_%d_%H_%M_%S").log
345345 # LTO=thin ./kernel_platform/oplus/build/oplus_build_kernel.sh ${{ inputs.soc }} "$BUILD_TYPE"
346346 fi
347347
You can’t perform that action at this time.
0 commit comments