Skip to content

Commit cf02e6e

Browse files
[GitHub] Remove redundant cache key prefix (llvm#76914)
Remove the redundant sccache cache key prefix. This prefix is already added by the ccache action, which results in cache keys like "sccache-sccache-ubuntu-...". See the following source lines as proof: https://github.com/hendrikmuhs/ccache-action/blob/2a51777f6f64b7b7bea213601acba8f5f4fdbe03/src/restore.ts#L22-L23
1 parent 602c8fa commit cf02e6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/llvm-project-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
# enough cache space for all the tests to run at once and still
8686
# fit under the 10 GB limit.
8787
max-size: 500M
88-
key: sccache-${{ matrix.os }}
88+
key: ${{ matrix.os }}
8989
variant: sccache
9090
- name: Build and Test
9191
uses: llvm/actions/build-test-llvm-project@main

0 commit comments

Comments
 (0)