Skip to content

Commit 55e8982

Browse files
committed
Cache Support: Try 5
1 parent ca22041 commit 55e8982

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,8 @@ jobs:
241241
#git config --global user.name "TheWildJames"
242242
#git add *
243243
#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
244+
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
245246
246247
- name: Copy Images
247248
run: |

0 commit comments

Comments
 (0)