mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-15 07:02:09 +00:00
tools: ccache: disable build testing
The ccache build relies on doctest, which is useless and can be disabled. Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn> Link: https://github.com/openwrt/openwrt/pull/17700 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
parent
e1451a53e1
commit
08ebb9e914
@ -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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user