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
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
-
CI_FAILFAST_TEST_LEAVE_DANGLING: "1"# Cirrus CI does not care about dangling process and setting this variable avoids killing the CI script itself on error
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
9
CCACHE_NOHASHDIR: "1"# Debug info might contain a stale path if the build dir changes, but this is fine
0 commit comments