Commit 8751e54
authored
Prevent ccache from checking the compiler modification time (#25540)
By default ccache includes the compiler mtime and ctime in its hash.
But we use the compiler version as the key for the CircleCI cache step,
so different compiler versions will never share a cache. This will
prevent a mismatch across jobs.1 parent 00c5c7d commit 8751e54
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
0 commit comments