We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19b5885 commit 43f593aCopy full SHA for 43f593a
.github/workflows/build.yml
@@ -221,6 +221,7 @@ jobs:
221
if [ "${{ inputs.soc }}" == "sun" ]; then
222
BUILD_TYPE="perf"
223
fi
224
+ sed -i '/cmdline = \[.*bazel_subcommand.*\]/s/\(bazel_subcommand\)/\1, "--jobs=4"/' ./kernel_platform/msm-kernel/build_with_bazel.py
225
LTO=thin ./kernel_platform/oplus/build/oplus_build_kernel.sh ${{ inputs.soc }} $BUILD_TYPE
226
227
- name: Copy Images
0 commit comments