You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/doc/src/reference/unstable.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -518,7 +518,11 @@ otherwise be untracked for change-detection.
518
518
519
519
The `-Z checksum-freshness` flag will replace the use of file mtimes in cargo's
520
520
fingerprints with a file checksum value. This is most useful on systems with a poor
521
-
mtime implementation, or in CI/CD. The checksum algorithm can change without notice between cargo versions. Fingerprints are used by cargo to determine when a crate needs to be rebuilt.
521
+
mtime implementation, or in CI/CD. The checksum algorithm can change without notice
522
+
between cargo versions. Fingerprints are used by cargo to determine when a crate needs to be rebuilt.
523
+
524
+
For the time being files ingested by build script will continue to use mtimes, even when `checksum-freshness`
525
+
is enabled. This is not intended as a long term solution.
0 commit comments