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
This makes it easier to overwrite the value.
Also, drop the dot in the CCACHE_DIR fallback value, because the folder
in the scratch dir does not need and probably should not be hidden.
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
@@ -4,7 +4,6 @@ env: # Global defaults
4
4
MAKEJOBS: "-j10"
5
5
TEST_RUNNER_PORT_MIN: "14000"# Must be larger than 12321, which is used for the http cache. See https://cirrus-ci.org/guide/writing-tasks/#http-cache
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
-
CCACHE_DIR: "/tmp/ccache_dir"
8
7
9
8
# A self-hosted machine(s) can be used via Cirrus CI. It can be configured with
10
9
# multiple users to run tasks in parallel. No sudo permission is required.
0 commit comments