Skip to content

Commit 8751e54

Browse files
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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/ccache.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
debug = true
22
debug_level = 1
3+
compiler_check = none

0 commit comments

Comments
 (0)