File tree Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Original file line number Diff line number Diff line change 64
64
# Configure ccache
65
65
- name : Configure ccache
66
66
run : |
67
+ mkdir -p $(pwd)/ccache/bazel # Ensure the directory exists
67
68
ccache --set-config=cache_dir=$(pwd)/ccache
68
69
ccache --set-config=compression=true
69
70
ccache --set-config=sloppiness=include_file_ctime,include_file_mtime
@@ -240,19 +241,7 @@ jobs:
240
241
#git config --global user.name "TheWildJames"
241
242
#git add *
242
243
#git commit -s -a -m "getting rid of -dirty"
243
- if [ -f ./kernel_platform/build_with_bazel.py ]; then
244
- ./kernel_platform/build_with_bazel.py \
245
- -t ${{ inputs.soc }} \
246
- gki \
247
- --jobs=$(nproc --all) \
248
- --verbose_failures \
249
- --config=stamp \
250
- --user_kmi_symbol_lists=//msm-kernel:android/abi_gki_aarch64_qcom \
251
- --ignore_missing_projects \
252
- -o "$(pwd)/out"
253
- else
254
- ./kernel_platform/oplus/build/oplus_build_kernel.sh ${{ inputs.soc }} gki
255
- fi
244
+ CC="/usr/bin/ccache clang" ./kernel_platform/oplus/build/oplus_build_kernel.sh ${{ inputs.soc }} gki
256
245
257
246
- name : Copy Images
258
247
run : |
You can’t perform that action at this time.
0 commit comments