Skip to content

Commit 596361e

Browse files
committed
Update ccache settings and remove unwanted cache save
1 parent 3b3d6a9 commit 596361e

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.github/actions/action.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/build-kernel-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)