aboutsummaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2022-03-15 19:19:50 +0100
committerMarcoFalke <falke.marco@gmail.com>2022-03-15 19:16:35 +0100
commitfa76d8d4d71d844e217686881d4f630eac3a8e10 (patch)
tree9939fdff4a7387bf706efa6634a5a181a45c628b /.cirrus.yml
parent7b83c7d609ba61c5726650208b53111eb11a4b0e (diff)
downloadbitcoin-fa76d8d4d71d844e217686881d4f630eac3a8e10.tar.xz
test: Actually print TSan tracebacks
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index e07ff9796e..e0ab1536a0 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -2,6 +2,7 @@ env: # Global defaults
PACKAGE_MANAGER_INSTALL: "apt-get update && apt-get install -y"
MAKEJOBS: "-j10"
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
+ 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
CCACHE_SIZE: "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