diff options
author | Howard Chu <hyc@symas.com> | 2021-08-31 05:19:09 +0100 |
---|---|---|
committer | Howard Chu <hyc@symas.com> | 2021-09-27 17:59:46 +0100 |
commit | b8685bcf241833ee0e2c7511420b57c74a797f3b (patch) | |
tree | 56678817377d54744ed6cad8818f7341655d4ca3 /contrib/gitian/gitian-win.yml | |
parent | Merge pull request #7964 (diff) | |
download | monero-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 '')
-rw-r--r-- | contrib/gitian/gitian-win.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/gitian/gitian-win.yml b/contrib/gitian/gitian-win.yml index c53086144..7bb90494e 100644 --- a/contrib/gitian/gitian-win.yml +++ b/contrib/gitian/gitian-win.yml @@ -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 |