Skip to content

Commit c7ac942

Browse files
committed
Run only 13 and ace5pro 20
1 parent 866391c commit c7ac942

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -223,11 +223,12 @@ jobs:
223223
fi
224224
# sed -i '/cmdline = \[.*bazel_subcommand.*\]/s/\(bazel_subcommand\)/\1, "--jobs=4"/' ./kernel_platform/msm-kernel/build_with_bazel.py
225225
# sed -i '/"\${ROOT_DIR}\/build_with_bazel.py"/i EXTRA_KBUILD_ARGS+=" --jobs=4"' ./kernel_platform/msm-kernel/build_with_bazel.py
226-
export MAKEFLAGS="-j$(nproc)"
227-
find ./kernel_platform -type f -exec sed -i 's/\(make\s\+-C[^\n]*\)\s\+/\1 -j$(nproc) /g' {} +
228-
sed -i '/echo "kpl-time-check kernel start $(date +%H:%M:%S)"/a\ set -x' ./kernel_platform/build/android/prepare_vendor.sh
229-
cat ./kernel_platform/build/android/prepare_vendor.sh
230-
LTO=thin ./kernel_platform/oplus/build/oplus_build_kernel.sh ${{ inputs.soc }} $BUILD_TYPE
226+
# export MAKEFLAGS="-j$(nproc)"
227+
# find ./kernel_platform -type f -exec sed -i 's/\(make\s\+-C[^\n]*\)\s\+/\1 -j$(nproc) /g' {} +
228+
# sed -i '/echo "kpl-time-check kernel start $(date +%H:%M:%S)"/a\ set -x' ./kernel_platform/build/android/prepare_vendor.sh
229+
# cat ./kernel_platform/build/android/prepare_vendor.sh
230+
# LTO=thin ./kernel_platform/oplus/build/oplus_build_kernel.sh ${{ inputs.soc }} $BUILD_TYPE
231+
./kernel_platform/build_with_bazel.py -t ${{ inputs.soc }} $BUILD_TYPE --jobs=$(nproc --all) --verbose_failures -o "$(pwd)/out"
231232
232233
- name: Copy Images
233234
run: |

0 commit comments

Comments
 (0)