Skip to content

Commit

Permalink
cirrus: Drop CCACHE_NOHASHDIR
Browse files Browse the repository at this point in the history
Now that the build path is constant again after commit fa193f5
normalized all folders, this can be dropped.
  • Loading branch information
MarcoFalke committed Sep 12, 2024
1 parent fa7ca18 commit aaaa7cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit aaaa7cf

Please sign in to comment.