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:14:03 +0100 |
commit | 4ea7832ea7a4fc23eca69508fed4e7eb68069a4e (patch) | |
tree | b5555011b30c625099a7aa02a44a78944dfd8318 /contrib/gitian/gitian-win.yml | |
parent | Merge pull request #7893 (diff) | |
download | monero-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 '')
-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 |