mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 07:47:37 +00:00
Meta: Search for the correct ccache cache key
"Hmm, 'toolchain' is a better name here!" I said, and changed the key name. And then I promptly forgot to update the restore-key value. D'oh!
This commit is contained in:
parent
a13e8d49cf
commit
06debb1832
1 changed files with 2 additions and 1 deletions
3
.github/workflows/cmake.yml
vendored
3
.github/workflows/cmake.yml
vendored
|
@ -90,8 +90,9 @@ jobs:
|
||||||
# and permitting the restore-key "prefix-" without specifying a timestamp.
|
# and permitting the restore-key "prefix-" without specifying a timestamp.
|
||||||
# For this trick to work, the timestamp *must* come last, and it *must* be missing in 'restore-keys'.
|
# For this trick to work, the timestamp *must* come last, and it *must* be missing in 'restore-keys'.
|
||||||
key: ${{ runner.os }}-ccache-i686-v${{ matrix.ccache-mark }}-D${{ matrix.debug-macros }}-toolchain_${{steps.stamps.outputs.libc_headers}}-time${{ steps.stamps.outputs.time }}
|
key: ${{ runner.os }}-ccache-i686-v${{ matrix.ccache-mark }}-D${{ matrix.debug-macros }}-toolchain_${{steps.stamps.outputs.libc_headers}}-time${{ steps.stamps.outputs.time }}
|
||||||
|
# IMPORTANT: Keep these two in sync!
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-ccache-i686-v${{ matrix.ccache-mark }}-D${{ matrix.debug-macros }}-libc_${{steps.stamps.outputs.libc_headers}}-
|
${{ runner.os }}-ccache-i686-v${{ matrix.ccache-mark }}-D${{ matrix.debug-macros }}-toolchain_${{steps.stamps.outputs.libc_headers}}-
|
||||||
- name: Show ccache stats before build and configure
|
- name: Show ccache stats before build and configure
|
||||||
run: |
|
run: |
|
||||||
# We only have 5 GiB of cache available *in total*. Beyond that, GitHub deletes caches.
|
# We only have 5 GiB of cache available *in total*. Beyond that, GitHub deletes caches.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue