Skip to content

Commit 866391c

Browse files
committed
Run only 13 and ace5pro 19
1 parent 05c97dd commit 866391c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ jobs:
222222
BUILD_TYPE="perf"
223223
fi
224224
# sed -i '/cmdline = \[.*bazel_subcommand.*\]/s/\(bazel_subcommand\)/\1, "--jobs=4"/' ./kernel_platform/msm-kernel/build_with_bazel.py
225-
sed -i '/"\${ROOT_DIR}\/build_with_bazel.py"/i EXTRA_KBUILD_ARGS+=" --jobs=4"' ./kernel_platform/msm-kernel/build_with_bazel.py
225+
# 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' {} +
228228
sed -i '/echo "kpl-time-check kernel start $(date +%H:%M:%S)"/a\ set -x' ./kernel_platform/build/android/prepare_vendor.sh

0 commit comments

Comments
 (0)