mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-26 03:03:22 -03:00
cirrus: Drop CCACHE_NOHASHDIR
Now that the build path is constant again after commit fa193f5dfc
normalized all folders, this can be dropped.
This commit is contained in:
parent
fa7ca182a9
commit
aaaa7cf8ba
1 changed files with 0 additions and 1 deletions
|
@ -6,7 +6,6 @@ env: # Global defaults
|
||||||
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
|
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_MAXSIZE: "200M"
|
||||||
CCACHE_DIR: "/tmp/ccache_dir"
|
CCACHE_DIR: "/tmp/ccache_dir"
|
||||||
CCACHE_NOHASHDIR: "1" # Debug info might contain a stale path if the build dir changes, but this is fine
|
|
||||||
|
|
||||||
# A self-hosted machine(s) can be used via Cirrus CI. It can be configured with
|
# A self-hosted machine(s) can be used via Cirrus CI. It can be configured with
|
||||||
# multiple users to run tasks in parallel. No sudo permission is required.
|
# multiple users to run tasks in parallel. No sudo permission is required.
|
||||||
|
|
Loading…
Add table
Reference in a new issue