Skip to content

Commit

Permalink
tools: ccache: disable build testing
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
aiamadeus authored and Ansuel committed Feb 6, 2025
1 parent e1451a5 commit 08ebb9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/ccache/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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))

0 comments on commit 08ebb9e

Please sign in to comment.