gitian: omit ccache from gitian builds

It's just wasted overhead since the build VMs are always deleted
and recreated fresh for each run.
This commit is contained in:
Howard Chu 2021-08-31 05:19:09 +01:00
parent 8fde011dbe
commit 4ea7832ea7
No known key found for this signature in database
GPG key ID: FD2A70B44AB11BA7
6 changed files with 8 additions and 3 deletions

View file

@ -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