Skip to content

Commit 3de1e08

Browse files
Update build.yml
1 parent 0bd423d commit 3de1e08

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -218,20 +218,7 @@ jobs:
218218
if [ "${{ inputs.soc }}" == "sun" ]; then
219219
BUILD_TYPE="perf"
220220
fi
221-
if [ -f ./kernel_platform/build_with_bazel.py ]; then
222-
./kernel_platform/build_with_bazel.py \
223-
-t ${{ inputs.soc }} \
224-
gki \
225-
--jobs=$(nproc --all) \
226-
--verbose_failures \
227-
--config=stamp \
228-
--user_kmi_symbol_lists=//msm-kernel:android/abi_gki_aarch64_qcom \
229-
--ignore_missing_projects \
230-
--lto=thin \
231-
-o "$(pwd)/out"
232-
else
233-
LTO=thin ./kernel_platform/oplus/build/oplus_build_kernel.sh ${{ inputs.soc }} $BUILD_TYPE
234-
fi
221+
LTO=thin ./kernel_platform/oplus/build/oplus_build_kernel.sh ${{ inputs.soc }} $BUILD_TYPE
235222
236223
- name: Copy Images
237224
run: |

0 commit comments

Comments
 (0)