aboutsummaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2024-09-11 14:21:57 +0200
committerMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2024-09-12 12:34:02 +0200
commitfa146904e19e345714fd40fd2f0fbad8118957b9 (patch)
treee1bcc3b41f1ab0d9c0920d46b5dd35dd10a1eca6 /.cirrus.yml
parentaaaa7cf8bad0e125a67e996162271eb26bef4fb6 (diff)
ci: Bump default CCACHE_MAXSIZE to 500M
This also allows to drop individually hardcoded values, which are impossible to overwrite and hard to maintain.
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 94ddeaf102..085a293928 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -4,7 +4,6 @@ env: # Global defaults
MAKEJOBS: "-j10"
TEST_RUNNER_PORT_MIN: "14000" # Must be larger than 12321, which is used for the http cache. See https://cirrus-ci.org/guide/writing-tasks/#http-cache
CI_FAILFAST_TEST_LEAVE_DANGLING: "1" # Cirrus CI does not care about dangling processes and setting this variable avoids killing the CI script itself on error
- CCACHE_MAXSIZE: "200M"
CCACHE_DIR: "/tmp/ccache_dir"
# A self-hosted machine(s) can be used via Cirrus CI. It can be configured with