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:59:46 +0100
commitb8685bcf241833ee0e2c7511420b57c74a797f3b (patch)
tree56678817377d54744ed6cad8818f7341655d4ca3 /contrib/depends
parentMerge pull request #7964 (diff)
downloadmonero-b8685bcf241833ee0e2c7511420b57c74a797f3b.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