Skip to content

Commit aaaa7cf

Browse files
author
MarcoFalke
committed
cirrus: Drop CCACHE_NOHASHDIR
Now that the build path is constant again after commit fa193f5 normalized all folders, this can be dropped.
1 parent fa7ca18 commit aaaa7cf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.cirrus.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ env: # Global defaults
66
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
77
CCACHE_MAXSIZE: "200M"
88
CCACHE_DIR: "/tmp/ccache_dir"
9-
CCACHE_NOHASHDIR: "1" # Debug info might contain a stale path if the build dir changes, but this is fine
109

1110
# A self-hosted machine(s) can be used via Cirrus CI. It can be configured with
1211
# multiple users to run tasks in parallel. No sudo permission is required.

0 commit comments

Comments
 (0)