Commit aae31da
Make ccache in CI workable (facebookincubator#277)
Summary:
If we use a directory that starts with `.` like `.ccache`, the directory isn't cached. Because `assignUser/stash/save` and its successor `apache/infrastructure-actions/stash/save` uses actions/upload-artifacts.
actions/upload-artifacts ignores paths that start with `.`: https://github.com/actions/upload-artifact?tab=readme-ov-file#uploading-hidden-files
We can use `ccache` not `.cache` to cache ccache data.
This also changes cache action to
`apache/infrastructure-actions/stash` from `assignUser/stash` because `apache/infrastructure-actions/stash` is the successor of `assignUser/stash`.
Pull Request resolved: facebookincubator#277
Reviewed By: sdruzkin
Differential Revision: D84596448
Pulled By: HuamengJiang
fbshipit-source-id: 500840620201fbc5aa17099ead71946b434887991 parent 0d5c0c4 commit aae31da
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
0 commit comments