Skip to content

Commit 75457bf

Browse files
committed
Build all with oplus_build_kernel.sh
1 parent c1e0bea commit 75457bf

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/build.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -235,19 +235,19 @@ jobs:
235235
#git config --global user.name "TheWildJames"
236236
#git add *
237237
#git commit -s -a -m "getting rid of -dirty"
238-
if [ -f ./kernel_platform/build_with_bazel.py ]; then
239-
./kernel_platform/build_with_bazel.py \
240-
-t ${{ inputs.soc }} \
241-
gki \
242-
--jobs=$(nproc --all) \
243-
--verbose_failures \
244-
--config=stamp \
245-
--user_kmi_symbol_lists=//msm-kernel:android/abi_gki_aarch64_qcom \
246-
--ignore_missing_projects \
247-
-o "$(pwd)/out"
248-
else
249-
./kernel_platform/oplus/build/oplus_build_kernel.sh ${{ inputs.soc }} gki
250-
fi
238+
#if [ -f ./kernel_platform/build_with_bazel.py ]; then
239+
# ./kernel_platform/build_with_bazel.py \
240+
# -t ${{ inputs.soc }} \
241+
# gki \
242+
# --jobs=$(nproc --all) \
243+
# --verbose_failures \
244+
# --config=stamp \
245+
# --user_kmi_symbol_lists=//msm-kernel:android/abi_gki_aarch64_qcom \
246+
# --ignore_missing_projects \
247+
# -o "$(pwd)/out"
248+
#else
249+
./kernel_platform/oplus/build/oplus_build_kernel.sh ${{ inputs.soc }} gki
250+
#fi
251251
252252
- name: Copy Images
253253
run: |

0 commit comments

Comments
 (0)