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-linux.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 'contrib/gitian/gitian-linux.yml')
-rw-r--r-- | contrib/gitian/gitian-linux.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gitian/gitian-linux.yml b/contrib/gitian/gitian-linux.yml index 0aac983cc..b52da84a2 100644 --- a/contrib/gitian/gitian-linux.yml +++ b/contrib/gitian/gitian-linux.yml @@ -36,7 +36,6 @@ packages: - "ca-certificates" - "python" - "cmake" -- "ccache" - "protobuf-compiler" - "libdbus-1-dev" - "libharfbuzz-dev" @@ -63,6 +62,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 |