projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1451a5
)
tools: ccache: disable build testing
author
Chukun Pan
<amadeus@jmu.edu.cn>
Tue, 21 Jan 2025 15:10:28 +0000
(23:10 +0800)
committer
Christian Marangi
<ansuelsmth@gmail.com>
Thu, 6 Feb 2025 11:55:21 +0000
(12:55 +0100)
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>
tools/ccache/Makefile
patch
|
blob
|
history
diff --git
a/tools/ccache/Makefile
b/tools/ccache/Makefile
index 447bc3ea432f048238dcf8bcb28a197e078076c4..6a666a5680decc2f700f2536a50409b42482f739 100644
(file)
--- 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))