Skip to content

Commit 2fa6048

Browse files
committed
Run only 13 and ace5pro 2
1 parent d303bcf commit 2fa6048

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/build.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,17 @@ 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-
LTO=thin ./kernel_platform/oplus/build/oplus_build_kernel.sh ${{ inputs.soc }} $BUILD_TYPE
225+
# LTO=thin ./kernel_platform/oplus/build/oplus_build_kernel.sh ${{ inputs.soc }} $BUILD_TYPE
226+
./kernel_platform/build_with_bazel.py \
227+
-t ${{ inputs.soc }} \
228+
gki \
229+
--jobs=$(nproc --all) \
230+
--verbose_failures \
231+
--config=stamp \
232+
--user_kmi_symbol_lists=//msm-kernel:android/abi_gki_aarch64_qcom \
233+
--ignore_missing_projects \
234+
--lto=thin \
235+
-o "$(pwd)/out"
226236
227237
- name: Copy Images
228238
run: |

0 commit comments

Comments
 (0)