package/ccache: disable building tests

Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Marcus Hoffmann 2024-02-28 21:02:16 +01:00 committed by Peter Korsgaard
parent 4983f9e73e
commit aa443e8251

View File

@ -16,7 +16,8 @@ HOST_CCACHE_CONF_OPTS += \
-UCMAKE_C_COMPILER_LAUNCHER \ -UCMAKE_C_COMPILER_LAUNCHER \
-UCMAKE_CXX_COMPILER_LAUNCHER \ -UCMAKE_CXX_COMPILER_LAUNCHER \
-DZSTD_FROM_INTERNET=OFF \ -DZSTD_FROM_INTERNET=OFF \
-DHIREDIS_FROM_INTERNET=OFF -DHIREDIS_FROM_INTERNET=OFF \
-DENABLE_TESTING=OFF
# Patch host-ccache as follows: # Patch host-ccache as follows:
# - Use BR_CACHE_DIR instead of CCACHE_DIR, because CCACHE_DIR # - Use BR_CACHE_DIR instead of CCACHE_DIR, because CCACHE_DIR