Skip to content

Commit 748d624

Browse files
committed
Run only 13 and ace5pro 4
1 parent 7243468 commit 748d624

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/build.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -222,18 +222,18 @@ 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
226-
LTO=thin ./kernel_platform/oplus/build/oplus_build_kernel.sh ${{ inputs.soc }} $BUILD_TYPE
227-
# ./kernel_platform/build_with_bazel.py \
228-
# -t ${{ inputs.soc }} \
229-
# gki \
230-
# --jobs=$(nproc --all) \
231-
# --verbose_failures \
232-
# --config=stamp \
233-
# --user_kmi_symbol_lists=//msm-kernel:android/abi_gki_aarch64_qcom \
234-
# --ignore_missing_projects \
235-
# --lto=thin \
236-
# -o "$(pwd)/out"
225+
# sed -i '/"\${ROOT_DIR}\/build_with_bazel.py"/i EXTRA_KBUILD_ARGS+=" --jobs=4"' ./kernel_platform/msm-kernel/build_with_bazel.py
226+
# LTO=thin ./kernel_platform/oplus/build/oplus_build_kernel.sh ${{ inputs.soc }} $BUILD_TYPE
227+
./kernel_platform/build_with_bazel.py \
228+
-t ${{ inputs.soc }} \
229+
$BUILD_TYPE \
230+
--jobs=$(nproc --all) \
231+
--verbose_failures \
232+
--config=stamp \
233+
--user_kmi_symbol_lists=//msm-kernel:android/abi_gki_aarch64_qcom \
234+
--ignore_missing_projects \
235+
--lto=thin \
236+
-o "$(pwd)/out"
237237
238238
- name: Copy Images
239239
run: |

0 commit comments

Comments
 (0)