Skip to content

Commit 750d136

Browse files
committed
Run only 13 and ace5pro 16
1 parent a0359eb commit 750d136

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,7 @@ jobs:
225225
sed -i '/"\${ROOT_DIR}\/build_with_bazel.py"/i EXTRA_KBUILD_ARGS+=" --jobs=4"' ./kernel_platform/msm-kernel/build_with_bazel.py
226226
export MAKEFLAGS="-j$(nproc)"
227227
find ./kernel_platform -type f -exec sed -i 's/\(make\s\+-C[^\n]*\)\s\+/\1 -j$(nproc) /g' {} +
228-
sed -i 's/set \+-e/set -ex/g' ./kernel_platform/build/android/prepare_vendor.sh
229-
sed -i '/if \[ "${RECOMPILE_KERNEL}" == "1" \]; then/i set -x' ./kernel_platform/build/android/prepare_vendor.sh
228+
sed -i '/echo "kpl-time-check kernel start $(date +%H:%M:%S)"/a set -x' ./kernel_platform/build/android/prepare_vendor.sh
230229
LTO=thin ./kernel_platform/oplus/build/oplus_build_kernel.sh ${{ inputs.soc }} $BUILD_TYPE
231230
232231
- name: Copy Images

0 commit comments

Comments
 (0)