diff options
| author | Dan Engelbrecht <[email protected]> | 2026-01-23 14:48:33 +0100 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2026-01-23 14:48:33 +0100 |
| commit | 0b4d6e9f9f8d3b70fe91a6859625c1390d9b9202 (patch) | |
| tree | 5031cdeef1b792d9283392afef4b96cdef9ecdf8 /src/zenremotestore/zenremotestore.cpp | |
| parent | make sure new blocks generated by a part is accessible to following parts (#732) (diff) | |
| download | zen-0b4d6e9f9f8d3b70fe91a6859625c1390d9b9202.tar.xz zen-0b4d6e9f9f8d3b70fe91a6859625c1390d9b9202.zip | |
builds scanning cache (#727)v5.7.19-pre0
- Feature: Added `--chunking-cache-path` option to `zen builds upload` and `zen builds diff`
- Path to cache for chunking information of scanned files. Default is empty resulting in no caching
Diffstat (limited to 'src/zenremotestore/zenremotestore.cpp')
| -rw-r--r-- | src/zenremotestore/zenremotestore.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/zenremotestore/zenremotestore.cpp b/src/zenremotestore/zenremotestore.cpp index ecf85794d..0d008ec40 100644 --- a/src/zenremotestore/zenremotestore.cpp +++ b/src/zenremotestore/zenremotestore.cpp @@ -6,6 +6,7 @@ #include <zenremotestore/builds/buildstorageoperations.h> #include <zenremotestore/chunking/chunkedcontent.h> #include <zenremotestore/chunking/chunkedfile.h> +#include <zenremotestore/chunking/chunkingcache.h> #include <zenremotestore/filesystemutils.h> #include <zenremotestore/projectstore/remoteprojectstore.h> @@ -21,6 +22,7 @@ zenremotestore_forcelinktests() chunkblock_forcelink(); chunkedcontent_forcelink(); chunkedfile_forcelink(); + chunkingcache_forcelink(); filesystemutils_forcelink(); remoteprojectstore_forcelink(); } |