cost of progress

This commit is contained in:
rusefi 2020-06-28 10:05:51 -04:00
parent aaef8a865c
commit 2739a85338
1 changed files with 9 additions and 0 deletions

9
firmware/tunerstudio/cache/readme.md vendored Normal file
View File

@ -0,0 +1,9 @@
Problem statement:
we want fast local processing in case of no changes, and we want working processing with GitHub Actions
GitHub Actions are executed with fresh clone and git does not carry timestamps this is creating challenges for us.
See https://git.wiki.kernel.org/index.php/Git_FAQ#Why_isn.27t_Git_preserving_modification_time_on_files.3F
See https://stackoverflow.com/questions/2179722/checking-out-old-file-with-original-create-modified-timestamps