From dfe88369906e74132b0b60d1576586593b2dd3f7 Mon Sep 17 00:00:00 2001 From: FritzFlorian Date: Mon, 6 Apr 2020 17:09:27 +0200 Subject: [PATCH] Disable tsan in CI temporarily. Tsan needs the fix for not leaking fibers on the server to work properly. Disable the tests until we can somehow easily get a build of it on the CI server. --- .gitlab-ci.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 975ba41..c6485bf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,10 +18,11 @@ run_tests: script: ./ci_scripts/run_tests.sh -run_thread_sanitizer: - stage: sanitizer - script: - ./ci_scripts/run_thread_sanitizer.sh +# Disable until we can get a clang with the tsan patch for fibers on the CI server +#run_thread_sanitizer: +# stage: sanitizer +# script: +# ./ci_scripts/run_thread_sanitizer.sh run_address_sanitizer: stage: sanitizer -- libgit2 0.26.0