[openwrt/openwrt] tools: ccache: disable build testing

LEDE Commits lede-commits at lists.infradead.org
Thu Feb 6 03:55:36 PST 2025


ansuel pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/08ebb9e91401416e8c8fa0519ab431d7df4c2b2c

commit 08ebb9e91401416e8c8fa0519ab431d7df4c2b2c
Author: Chukun Pan <amadeus at jmu.edu.cn>
AuthorDate: Tue Jan 21 23:10:28 2025 +0800

    tools: ccache: disable build testing
    
    The ccache build relies on doctest, which
    is useless and can be disabled.
    
    Signed-off-by: Chukun Pan <amadeus at jmu.edu.cn>
    Link: https://github.com/openwrt/openwrt/pull/17700
    Signed-off-by: Christian Marangi <ansuelsmth at gmail.com>
---
 tools/ccache/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tools/ccache/Makefile b/tools/ccache/Makefile
index 447bc3ea43..6a666a5680 100644
--- a/tools/ccache/Makefile
+++ b/tools/ccache/Makefile
@@ -22,6 +22,7 @@ CMAKE_HOST_OPTIONS += \
 	-DCMAKE_SKIP_RPATH=FALSE \
 	-DCMAKE_INSTALL_RPATH="${STAGING_DIR_HOST}/lib" \
 	-DENABLE_DOCUMENTATION=OFF \
-	-DREDIS_STORAGE_BACKEND=OFF
+	-DREDIS_STORAGE_BACKEND=OFF \
+	-DENABLE_TESTING=OFF
 
 $(eval $(call HostBuild))




More information about the lede-commits mailing list