[all-commits] [llvm/llvm-project] cf02e6: [GitHub] Remove redundant cache key prefix (#76914)
Craig Hesling via All-commits
all-commits at lists.llvm.org
Fri Jan 5 22:15:23 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cf02e6e71064ba2ce36c354e3bd6b2d57de29d85
https://github.com/llvm/llvm-project/commit/cf02e6e71064ba2ce36c354e3bd6b2d57de29d85
Author: Craig Hesling <craig at hesling.com>
Date: 2024-01-05 (Fri, 05 Jan 2024)
Changed paths:
M .github/workflows/llvm-project-tests.yml
Log Message:
-----------
[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:
https://github.com/hendrikmuhs/ccache-action/blob/2a51777f6f64b7b7bea213601acba8f5f4fdbe03/src/restore.ts#L22-L23
More information about the All-commits
mailing list