aboutsummaryrefslogtreecommitdiff
path: root/contrib/depends
diff options
context:
space:
mode:
authorHoward Chu <hyc@symas.com>2021-08-31 05:19:09 +0100
committerHoward Chu <hyc@symas.com>2021-09-27 17:14:03 +0100
commit4ea7832ea7a4fc23eca69508fed4e7eb68069a4e (patch)
treeb5555011b30c625099a7aa02a44a78944dfd8318 /contrib/depends
parentMerge pull request #7893 (diff)
downloadmonero-4ea7832ea7a4fc23eca69508fed4e7eb68069a4e.tar.xz
gitian: omit ccache from gitian builds
It's just wasted overhead since the build VMs are always deleted and recreated fresh for each run.
Diffstat (limited to 'contrib/depends')
-rw-r--r--contrib/depends/packages/packages.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/depends/packages/packages.mk b/contrib/depends/packages/packages.mk
index 95b23a37e..b683f4363 100644
--- a/contrib/depends/packages/packages.mk
+++ b/contrib/depends/packages/packages.mk
@@ -1,6 +1,9 @@
packages:=boost openssl zeromq libiconv
+# ccache is useless in gitian builds
+ifneq ($(GITIAN),1)
native_packages := native_ccache
+endif
hardware_packages := hidapi protobuf libusb
hardware_native_packages := native_protobuf