Skip to content

Commit 08ebb9e

Browse files
aiamadeusAnsuel
authored andcommitted
tools: ccache: disable build testing
The ccache build relies on doctest, which is useless and can be disabled. Signed-off-by: Chukun Pan <[email protected]> Link: openwrt/openwrt#17700 Signed-off-by: Christian Marangi <[email protected]>
1 parent e1451a5 commit 08ebb9e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/ccache/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ CMAKE_HOST_OPTIONS += \
2222
-DCMAKE_SKIP_RPATH=FALSE \
2323
-DCMAKE_INSTALL_RPATH="${STAGING_DIR_HOST}/lib" \
2424
-DENABLE_DOCUMENTATION=OFF \
25-
-DREDIS_STORAGE_BACKEND=OFF
25+
-DREDIS_STORAGE_BACKEND=OFF \
26+
-DENABLE_TESTING=OFF
2627

2728
$(eval $(call HostBuild))

0 commit comments

Comments
 (0)