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

@ -54,6 +54,7 @@ script: |
if test -n "$GBUILD_CACHE_ENABLED"; then
export SOURCES_PATH=${GBUILD_COMMON_CACHE}
export BASE_CACHE=${GBUILD_PACKAGE_CACHE}
export GITIAN=1
mkdir -p ${BASE_CACHE} ${SOURCES_PATH}
fi