File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed
Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -1095,13 +1095,6 @@ runs:
10951095 ccache -s >> $GITHUB_STEP_SUMMARY
10961096 echo '```' >> $GITHUB_STEP_SUMMARY
10971097
1098- - name : Save ccache
1099- if : ${{ success() && inputs.clean != 'true' }}
1100- uses : actions/cache/save@v4
1101- with :
1102- path : ${{ env.ccache_dir }}
1103- key : ccache-ksun-v3-${{ env.ANDROID_VER }}-${{ env.KERNEL_VER }}-${{ env.OP_OS_VERSION }}-${{ env.CLANG_VERSION_SHORT }}-${{ env.OP_MODEL }}-${{ github.run_id }}
1104-
11051098 - name : Collect Build Stats / Validate Image
11061099 id : collect_stats
11071100 shell : bash
Original file line number Diff line number Diff line change @@ -290,7 +290,7 @@ jobs:
290290 run : |
291291 if command -v ccache >/dev/null 2>&1; then
292292 echo "::group::ccache configuration"
293- ccache -o max_size=8 .0G
293+ ccache -o max_size=1 .0G
294294 ccache -o compression=true
295295 ccache -o compression_level=3
296296 ccache -s
You can’t perform that action at this time.
0 commit comments