We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca22041 commit 55e8982Copy full SHA for 55e8982
.github/workflows/build.yml
@@ -241,7 +241,8 @@ jobs:
241
#git config --global user.name "TheWildJames"
242
#git add *
243
#git commit -s -a -m "getting rid of -dirty"
244
- CC="/usr/bin/ccache clang" ./kernel_platform/oplus/build/oplus_build_kernel.sh ${{ inputs.soc }} gki
+ sed -i 's|\${OPLUS_EXTRA_KBUILD_ARGS} ./kernel_platform/build/android/prepare_vendor.sh|\${OPLUS_EXTRA_KBUILD_ARGS} HOSTCC="/usr/bin/ccache clang" HOSTCXX="/usr/bin/ccache clang++" CC="/usr/bin/ccache clang" ./kernel_platform/build/android/prepare_vendor.sh|' ./kernel_platform/oplus/build/oplus_build_kernel.sh
245
+ ./kernel_platform/oplus/build/oplus_build_kernel.sh ${{ inputs.soc }} gki
246
247
- name: Copy Images
248
run: |
0 commit comments