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:
MarcoFalke 2024-09-11 14:56:04 +02:00
parent fa7ca182a9
commit aaaa7cf8ba
No known key found for this signature in database

View file

@ -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
CCACHE_MAXSIZE: "200M"
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
# multiple users to run tasks in parallel. No sudo permission is required.