@@ -34,19 +34,20 @@ runs:
34
34
vcs import src < autoware.repos
35
35
shell : bash
36
36
37
+ # TODO(youtalk): Remove obsolete "cache-" restore-keys
37
38
- name : Cache ccache
38
39
uses : actions/cache@v4
39
40
if : ${{ inputs.name == 'no-cuda' }}
40
41
id : cache-ccahce
41
42
with :
42
43
path : |
43
44
root-ccache
44
- key : cache -${{ inputs.platform }}-${{ inputs.name }}-${{ hashFiles('src/**/*.cpp') }}
45
+ key : ccache -${{ inputs.platform }}-${{ inputs.name }}-${{ hashFiles('src/**/*.cpp') }}
45
46
restore-keys : |
46
47
ccache-${{ inputs.platform }}-${{ inputs.name }}-
47
48
ccache-${{ inputs.platform }}-
48
- cache-${{ inputs.platform }}-${{ inputs.name }}- # TODO(youtalk): Remove obsolete cache key
49
- cache-${{ inputs.platform }}- # TODO(youtalk): Remove obsolete cache key
49
+ cache-${{ inputs.platform }}-${{ inputs.name }}-
50
+ cache-${{ inputs.platform }}-
50
51
51
52
- name : Cache apt-get
52
53
uses : actions/cache@v4
61
62
apt-get-${{ inputs.platform }}-${{ inputs.name }}-
62
63
apt-get-${{ inputs.platform }}-
63
64
65
+ # TODO(youtalk): Remove obsolete "cache-" restore-keys
64
66
- name : Restore ccache
65
67
uses : actions/cache/restore@v4
66
68
if : ${{ inputs.name != 'no-cuda' }}
71
73
restore-keys : |
72
74
ccache-${{ inputs.platform }}-${{ inputs.name }}-
73
75
ccache-${{ inputs.platform }}-
74
- cache-${{ inputs.platform }}-${{ inputs.name }}- # TODO(youtalk): Remove obsolete cache key
75
- cache-${{ inputs.platform }}- # TODO(youtalk): Remove obsolete cache key
76
+ cache-${{ inputs.platform }}-${{ inputs.name }}-
77
+ cache-${{ inputs.platform }}-
76
78
77
79
- name : Restore apt-get
78
80
uses : actions/cache/restore@v4
0 commit comments