Skip to content

Commit 43f593a

Browse files
committed
Update job count
1 parent 19b5885 commit 43f593a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ jobs:
221221
if [ "${{ inputs.soc }}" == "sun" ]; then
222222
BUILD_TYPE="perf"
223223
fi
224+
sed -i '/cmdline = \[.*bazel_subcommand.*\]/s/\(bazel_subcommand\)/\1, "--jobs=4"/' ./kernel_platform/msm-kernel/build_with_bazel.py
224225
LTO=thin ./kernel_platform/oplus/build/oplus_build_kernel.sh ${{ inputs.soc }} $BUILD_TYPE
225226
226227
- name: Copy Images

0 commit comments

Comments
 (0)