Commit 31c8aad
committed
[Buildsystem] Prevent cache check mangling access time
Checking for text files using `open` changes `atime`, which breaks cache
access sorting, this ensures the cache access time is preserved.1 parent 9e60984 commit 31c8aad
1 file changed
+12
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
863 | 863 | | |
864 | 864 | | |
865 | 865 | | |
866 | | - | |
867 | 866 | | |
868 | | - | |
869 | | - | |
870 | | - | |
871 | | - | |
| 867 | + | |
| 868 | + | |
| 869 | + | |
| 870 | + | |
| 871 | + | |
| 872 | + | |
| 873 | + | |
| 874 | + | |
| 875 | + | |
| 876 | + | |
| 877 | + | |
| 878 | + | |
872 | 879 | | |
873 | 880 | | |
874 | | - | |
875 | | - | |
876 | 881 | | |
877 | 882 | | |
878 | 883 | | |
| |||
0 commit comments