Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cabagekiller authored Jan 8, 2025
1 parent 1f3caa7 commit d0de2a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ jobs:
run: |
cd ./builds/${ROOT_DIR}/oneplus12_v
export PATH="/usr/lib/ccache:$PATH"
./kernel_platform/build_with_bazel.py -t pineapple gki -j$(nproc --all) --verbose_failures --config=stamp --user_kmi_symbol_lists=//msm-kernel:android/abi_gki_aarch64_qcom --ignore_missing_projects //msm-kernel:pineapple_gki_dist //msm-kernel:pineapple_gki_dtc_dist
./kernel_platform/build_with_bazel.py -t pineapple gki -j$(nproc --all) --nosandbox --verbose_failures --config=stamp --user_kmi_symbol_lists=//msm-kernel:android/abi_gki_aarch64_qcom --ignore_missing_projects //msm-kernel:pineapple_gki_dist //msm-kernel:pineapple_gki_dtc_dist
- name: Copy Kernel Image
run: |
Expand Down

0 comments on commit d0de2a3

Please sign in to comment.