This can be easily fixed by copying the upstream ccache in kiss-repo, which just passes in -DREDIS_STORAGE_BACKEND=OFF.
EDIT: Although I doubt it's necessary, here's the log the build gives:
-- Checking for module 'hiredis>=0.13.3'
-- Package 'hiredis', required by 'virtual:world', not found
CMake Error at /usr/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
please install libhiredis or use -DHIREDIS_FROM_INTERNET=ON or disable with
-DREDIS_STORAGE_BACKEND=OFF (missing: HIREDIS_INCLUDE_DIR HIREDIS_LIBRARY)
(Required is at least version "0.13.3")
Call Stack (most recent call first):
/usr/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE)
cmake/Findhiredis.cmake:64 (find_package_handle_standard_args)
CMakeLists.txt:105 (find_package)
This can be easily fixed by copying the upstream ccache in kiss-repo, which just passes in
-DREDIS_STORAGE_BACKEND=OFF
.EDIT: Although I doubt it's necessary, here's the log the build gives: