You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .cirrus.yml
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,6 @@ env: # Global defaults
6
6
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
7
7
CCACHE_MAXSIZE: "200M"
8
8
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
10
9
11
10
# A self-hosted machine(s) can be used via Cirrus CI. It can be configured with
12
11
# multiple users to run tasks in parallel. No sudo permission is required.
0 commit comments