mirror of
https://github.com/intel/llvm.git
synced 2026-01-17 06:40:01 +08:00
[GitHub] Remove redundant cache key prefix (#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:
2a51777f6f/src/restore.ts (L22-L23)
This commit is contained in:
2
.github/workflows/llvm-project-tests.yml
vendored
2
.github/workflows/llvm-project-tests.yml
vendored
@@ -85,7 +85,7 @@ jobs:
|
||||
# enough cache space for all the tests to run at once and still
|
||||
# fit under the 10 GB limit.
|
||||
max-size: 500M
|
||||
key: sccache-${{ matrix.os }}
|
||||
key: ${{ matrix.os }}
|
||||
variant: sccache
|
||||
- name: Build and Test
|
||||
uses: llvm/actions/build-test-llvm-project@main
|
||||
|
||||
Reference in New Issue
Block a user