ci: Bump default CCACHE_MAXSIZE to 500M

This also allows to drop individually hardcoded values, which are
impossible to overwrite and hard to maintain.
This commit is contained in:
MarcoFalke
2024-09-11 14:21:57 +02:00
parent aaaa7cf8ba
commit fa146904e1
9 changed files with 1 additions and 9 deletions

View File

@@ -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