From c63c7137abd0d9d213efb0b777564c807bef511d Mon Sep 17 00:00:00 2001 From: Nikolai Kochetov Date: Wed, 16 Dec 2020 15:35:01 +0300 Subject: [PATCH] Try use clang-10 for tsan. --- tests/ci/ci_config.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tests/ci/ci_config.json b/tests/ci/ci_config.json index 4e5f36a5f5d..2d788b0a598 100644 --- a/tests/ci/ci_config.json +++ b/tests/ci/ci_config.json @@ -52,7 +52,7 @@ "with_coverage": false }, { - "compiler": "clang-11", + "compiler": "clang-10", "build-type": "", "sanitizer": "thread", "package-type": "deb", @@ -179,7 +179,7 @@ }, "Functional stateful tests (thread)": { "required_build_properties": { - "compiler": "clang-11", + "compiler": "clang-10", "package_type": "deb", "build_type": "relwithdebuginfo", "sanitizer": "thread", @@ -263,7 +263,7 @@ }, "Functional stateless tests (thread)": { "required_build_properties": { - "compiler": "clang-11", + "compiler": "clang-10", "package_type": "deb", "build_type": "relwithdebuginfo", "sanitizer": "thread", @@ -371,7 +371,7 @@ }, "Stress test (thread)": { "required_build_properties": { - "compiler": "clang-11", + "compiler": "clang-10", "package_type": "deb", "build_type": "relwithdebuginfo", "sanitizer": "thread", @@ -419,7 +419,7 @@ }, "Integration tests (thread)": { "required_build_properties": { - "compiler": "clang-11", + "compiler": "clang-10", "package_type": "deb", "build_type": "relwithdebuginfo", "sanitizer": "thread", @@ -539,7 +539,7 @@ }, "Unit tests TSAN": { "required_build_properties": { - "compiler": "clang-11", + "compiler": "clang-10", "package_type": "binary", "build_type": "relwithdebuginfo", "sanitizer": "thread", @@ -551,7 +551,7 @@ }, "Unit tests UBSAN": { "required_build_properties": { - "compiler": "clang-11", + "compiler": "clang-10", "package_type": "binary", "build_type": "relwithdebuginfo", "sanitizer": "thread",