ccache: disable unittests

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2022-09-23 21:16:49 +02:00
parent f3306e803d
commit e1b0a878a2

View File

@ -26,6 +26,7 @@ configure_host() {
-DENABLE_DOCUMENTATION=OFF \
-DREDIS_STORAGE_BACKEND=OFF \
-DZSTD_FROM_INTERNET=OFF \
-DENABLE_TESTING=OFF \
..
}