mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-27 23:51:42 +02:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user